Tagged: menu bar, menu items
Hi!
I love using Enfold and I love the great support you’re offering :-)
For a client I would like to have the menu items spread out evenly across the menu bar from left to right, and without the | between the items (I get those when I choose logo center, menu below). We won’t have a logo in the header.
Thanks in advance!
Hi Welmoed!
Thank you for your kind words :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a { border: none !important; }
.html_header_top.html_logo_center .main_menu ul:first-child { display: block; }
.av-main-nav > li > a { padding: 0 39px; }
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 30px; }}
Regards,
Yigit