Hi,
I have a problem with the menu on my website. I have 6 menu links, is there any way that i can split them into 2 lines with 3 links in each and keep them to the right of the logo within the main header area?
Cheers,
James
Hey james-clickstream,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Please adjust the height value for li elements and width value for main_menu to suit your design.
.av-main-nav > li > a {
display: inline-block!important;
}
.main_menu {
width: 300px;
}
.av-main-nav > li {
height: 40px!important;
}
Best regards,
Vinay