Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Reduce Width of Submenus (http://forum.bytesforall.com/showthread.php?t=6034)

joshsweiss Feb 25, 2010 05:06 PM

Reduce Width of Submenus
 
Greetings -

I've learned so much about menus, Wordrpress and Atahualpa in the last few days. But I'm still wondering:

Is there ANY WAY to reduce the width of sub-menus below 7em? That width, coupled with the border-lines I'd like to use, makes things run into each other in a messy way. I know how to enlarge my page menu items in a static way, but having them at 7em takes up too much of the page. I know I've been asking many questions, but have been trying to fill in answers as I go.

my site is here

Thanks!
Josh

juggledad Feb 26, 2010 05:31 AM

That site is not an Atahualpa site - it looks like it is drupal - can't help you there.

joshsweiss Feb 26, 2010 09:33 AM

not sure why that redirected to the old site. I'm now on the fence about using red border lines on my menus (they're currently off) but a way to do what I requested above would be wonderful.

http://www.artcurvedstraight.org/home should get you to my WP site.

thanks!

juggledad Feb 27, 2010 05:59 AM

you can change teh width with
HTML Code:

div#menu1 ul.rMenu-ver,
div#menu1 ul.rMenu-ver ul {
        width: 4em;       
        }
div#menu2 ul.rMenu-ver,
div#menu2 ul.rMenu-ver ul {
        width: 4em;       
        }

however, that will change the width - any menu items that exceed that width will still show up, but part of the text will fall outside the background for the menu. i.e. 'Home' will be ol but 'My Cool Page' won't fit.


All times are GMT -6. The time now is 01:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.