Hello , I would like to know how to center the menu items and enlarge the logo as an example ( see image ) .
I would also like to know how to change the color of links and background .
Thank You!
.gk-logo.gk-logo-css.gk-logo-small {
width: 390px;
}
#gk-header-nav .gk-logo {
margin-left: -200px;
}
.menu-main-menu-right-container {
float: left;
padding-left: 30px;
}
.menu-main-menu-left-container {
float: right;
padding-right: 40px
}
#aside-menu .menu-main-menu-left-container,
#aside-menu .menu-main-menu-right-container {
float: left;
padding-left: 0;
}