Reduce padding in drop down menu
-

jcParticipant
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

jcParticipant
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
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.
The topic ‘Reduce padding in drop down menu’ is closed to new replies.