Closed (fixed)
Project:
Superfish Dropdown Menu
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2010 at 17:38 UTC
Updated:
10 Oct 2012 at 21:05 UTC
I want my superfish horizontal menu items to have less height than the default. In other words, less top and bottom padding.
When I change padding in the css I can get them to be the height that I am looking for. However, no matter how I do it, this causes a transparent gap to appear between the top level items and their sub menus.
Is there a special css process for changing the top/bottom padding of the menu items?
Thanks!
Comments
Comment #1
mehrpadin commentedHey Link,
Something like this should work:
Comment #2
webservant316 commentedhey curious if the above worked?
Comment #3
clockwood commentedYeah, it works... but, it applies top spacing to -all- sub level items, which messes up the parent/child alignment on 2nd level items. I added a bit of css to reset the spacing on sub-level items.
Comment #4
mehrpadin commentedComment #5
elijah lynn#3 is very helpful, I increased the height and was looking for a quick way to make the submenu items pop out at the right height. This hit the spot and I was well on my way to the next issue!
Thanks