Tagged: block, navigation, style
Hello,
I want to have a navigation like on this page: http://www.mijnstudent.nl/
The navigation is bellow the logo and is divided in equal size block with the same size, color and same whitespace between. And more white space at the beginning and end (just like example). Especially the same size block layout option is important for me.
Would be great if this could work or let me know what are the best other options.
Greets!
Hey Tim!
Please go to Enfold theme options > Header Layout > Header Layout > Menu and Logo Position and choose “logo left, menu below” then post the link to your website please so we can provide you accurate custom CSS code
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate > .container {
width: 100%;
margin: 0;
}
@media only screen and (min-width: 1140px) {
.av-main-nav > li > a { padding: 0 251px; }}
@media only screen and (max-width: 1139px) {
.av-main-nav > li > a { padding: 0 221px; }}
Regards,
Yigit
Thanks for quick reaction!