Click to See Complete Forum and Search --> : Can't reduce height of Horizontal Menu Bar


Jazztronik
07-26-2007, 03:47 AM
I added a horizontal menu bar to my main page by using a spry widget, but its height (the height of the main initial options) remains the same no matter I try to change it with CSS styles.

How can I change height in Spry Menu Bars?

Jazztronik
07-26-2007, 10:21 AM
Any help please? :(

sticks464
07-26-2007, 04:20 PM
I've been playing with the vertical and horizontal menubars and the only way I can see to reduce the size is to change the size of the font which you can do in the spry menubar css under ul.MenuBarVertical. It's default is 100% which is whatever is set as font-size for the page.

Jazztronik
07-27-2007, 02:53 AM
I found a better solution. There was a padding property applied to links in ul.MenuBarHorizontal a that I missed. That was the property which was constraining my menu bar's height.

But I also had to choose a smaller font size previously. Thanks anyway for your help! :)