Hello,
Love Enfold and the latest version is even better. Nevertheless, amongst the choices for the header, there is:
center logo, menu below: in the preview the menu is open, but when I apply this option the menu becomes boxed.
How can I apply a wide menu (equally spaced items) and not boxed? My url is: http://yogaroofcom.ipage.com/yogatree/
The menu/header I’m aiming for is like this one: http://www.malacollective.com/
Thanks in advance!
Hi quike!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, .html_bottom_nav_header.html_logo_center #top #menu-item-search>a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a { border: none; }
Best regards,
Yigit
Yigit, this worked great! It there also a way to get rid of the border above the menu (below the logo)? Thanks!
Hi!
Please add following code to Quick CSS as well
#header_main { border-bottom-style: none; }
Best regards,
Yigit
Perfect! Thanks so much.