Home Forums WoodMart support forum Reduce padding in drop down menu

Reduce padding in drop down menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #201278

    jc
    Participant

    Hi there,

    I need some little help with css, in order to eliminated padding top&bottom from drop down menu nav.

    I use the following css:

    .menu-simple-dropdown .sub-sub-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 320px;
    }

    The above css resolved half my issue, because as you can see in the image below in the first flyout menu drop down i have padding top & bottom 5px but at the next flyout menu level i dont have padding.

    thanks in advanved

    #201279

    jc
    Participant

    Hi again,

    Well, i try something else, and i use the below css code:

    .menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 320px;
    }

    This code fix my issue.
    Please close this ticket

    #201303

    Hello,

    We are Glad that you Resolved the issue by yourself. You are Great!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Reduce padding in drop down menu’ is closed to new replies.