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.
I have the same question...How to change the height of the blocks??
..don't know this add-on, but the css is always a good place for changing the layout of your site..
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;
}
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;
}
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; }
.sf-menu a { padding:2px 4px !important; }
What is the path to find Superfish.css? I wasn't able to find it.
SITEROOT/packages/superfish/blocks/superfish/css/superfish.css