Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1132385

    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?

    #1132396

    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

    #1132405

    thank you :)

    #1132407

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘padding on sub menu items’ is closed to new replies.