Hi
I wish to have to coloured buttons next to each other on the main menu. For some reason there is no white space between the buttons, when they are position next to each other on the main menu. How to I add some white space?
cheers
Duncan
Hey dweddell,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #header .av-menu-button > a .avia-menu-text {
margin-left: 5px !important;
}
Hope this helps :)
Best regards,
Nikko
Thanks Nikko
this adds space between the coloured buttons, but no we have too much space between first coloured button and last text menu item. How can we resolve this?
cheers
Duncan
Hi,
Try adding this css code as well:
#avia-menu #menu-item-69 > a {
padding-left: 0;
margin-left: -5px;
}
Best regards,
Nikko
brilliant!
thanks for your super quick response :)
D
Hi,
Glad we could help! Thanks for using Enfold :)
Best regards,
Nikko