Hi guys,
I have some css for padding on the main nav items:
.main_menu li {
padding: 0 15px !important;
}
But it’s affecting the padding on the submenu level items as well under the Services tab. How can i isolate the padding to just the main nav items, and have it not affect the sub nav items?
Hey bobfurgo,
Use the following instead:
#avia-menu.menu.av-main-nav li.menu-item-top-level{
padding: 0 15px !important;
}
Best regards,
Jordan Shannon
thank you :)
Hi,
No problem I’m happy to help! If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon