Hello, I’d like to space out my main menu for it to look like http://www.erinenergy.com. right now it looks like this brookes.brookesenergy.com
Hey pidaine,
Thanks for getting in touch with us and sorry for the delayed response!
The only difference I see between the main menu in the 2 links is that in the first link, the main menu looks more centered. But the spacing between the menu items look the same.
Could you specify where you want the space to be added. If it is between each menu item or if you need space from the left or right of the page.
Best regards,
Jordan
Hi Jordan,
I want the entire main menu in the second link to move up a bit so that its just a little bit beneath the slider just like it is in http://www.erinenergy.com
Waiting on your reply, thanks
Hi,
To space out the menu Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
nav.main_menu {
left: 0!important;
width: 100%!important;
}
.av-main-nav-wrap {
width: 100%!important;
}
#avia-menu.av-main-nav {
display:flex;
justify-content: space-between;
}
Best regards,
Vinay
Thanks! It worked. However I’d also like to move the menu up a little. How do i go about that?
I figured it out. Used the code
nav.main_menu{
top: -40px;
}
Thanks a lot guys!!!