Need To Reduce Height Of Superfish

Permalink 1 user found helpful
I recently installed the addon Superfish and i need to adjust the height of the blocks. how do i do that??? please help me out.

 
rgwinwood replied on at Permalink Reply
I have the same question...How to change the height of the blocks??
dom replied on at Permalink Reply
dom
..don't know this add-on, but the css is always a good place for changing the layout of your site..
synlag replied on at Permalink Reply
synlag
Hi,

i guess you want to modify the height of the list elements.
Just took a quick look and within the superfish block folder there's css/superfish.css. In line 21 try to set the height like

.sf-menu a {
display: block;
position: relative;
height: 50px;
}
Tony replied on at Permalink Reply
Tony
synlag's on the right track, but by default it's just the padding that controls the height of the buttons, so you may want to also try something like:

.sf-menu a { padding:2px 4px !important; }
colourpen replied on at Permalink Reply
What is the path to find Superfish.css? I wasn't able to find it.
agedman replied on at Permalink Reply
agedman
SITEROOT/packages/superfish/blocks/superfish/css/superfish.css