How can I make the menu bar thinner?
-
I am wanting to reduce the thickness of the menu black strip. How can this be done?
The blog I need help with is: (visible only to logged in users)
-
Hello,
Please use the following CSS Code Snippet. You can adjust the values to modify the Menu thickness according to your need.
/* Drop Down Menu Position depending on the Menu thickness */ .sf-menu > li > ul { top: 3.46em; } /* Adjust the Menu thickness */ .sf-menu li.prepend_item span, .sf-menu li.append_item span { padding: .8em 0; } .sf-menu a, .sf-menu a:visited { padding: .8em 1em; }
Thanks
-
- The topic ‘How can I make the menu bar thinner?’ is closed to new replies.