Reducing vertical child menu item spacing help
David_S85
Administrators Posts: 13,245 moderator
I am trying to reduce the spacing and padding for sub menu text in a horizontally laid out menu (see screen grab below).
I have Aaron's code for accomplishing this same concept in accordion menus, but it doesn't exactly apply for the horizontal choice.
How would I re-code this block to do the same? Thanks!
I have Aaron's code for accomplishing this same concept in accordion menus, but it doesn't exactly apply for the horizontal choice.
How would I re-code this block to do the same? Thanks!
My Smugmug
"You miss 100% of the shots you don't take" - Wayne Gretzky
"You miss 100% of the shots you don't take" - Wayne Gretzky
0
Comments
Try using this CSS code:
.sm-page-widget-nav .sm-page-widget-nav-popover .yui3-menu .yui3-menu-label {
line-height: 10px;
}
"You miss 100% of the shots you don't take" - Wayne Gretzky