Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #162116

    Hi,

    I think the title says it all. But if not, I’d basically just like to add a little space at the top and bottom of the dropdown menu items off of the main menu to make it match the space between the middle items. Can’t seem to find the class/id to alter here. Even after hours of poking around with Chrome’s dev tools. Please help. Thanx!

    #162198

    Hi,

    Can you post the link to your website please?

    Regards,
    Yigit

    #168004
    This reply has been marked as private.
    #168227

    Hello!

    You can add this on your custom.css or Quick CSS:

    .sub-menu li:first-child a {
    padding-top: 50px !important;
    }
    
    .sub-menu li:last-child a {
    padding-bottom: 50px !important;
    }

    Adjust the padding.

    Regards,
    Ismael

    #168459

    Thank you. Perfect!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adding Space Before and After First and Last Menu Items in Dropdowns (Submenus)’ is closed to new replies.