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)
-   -   Sub-menu bar width 3.5.1 w/ WP3.0 (http://forum.bytesforall.com/showthread.php?t=7814)

grablife Jun 28, 2010 01:12 AM

Sub-menu bar width 3.5.1 w/ WP3.0
 
I upgraded to 3.5.1 from 3.4.6 and WP3 at the same time so not sure which one caused it. The width of my submenu is fixed to the main menu word width.

It used to display on one line. I've tried changing the Width of Sub Menus to 25 from 11 and no effect. It displays like that on Chrome and FF.

Any suggestions?

grablife Jun 28, 2010 01:33 AM

Opps. I jumped the gun too early. Looks like this is a known problem with WP3. I'll give the fix a try or can live with it until it's fixed.

http://forum.bytesforall.com/showthr...4748#post34748

Thanks.

epn.rives Jun 28, 2010 03:39 AM

Open -> Atahualpa theme options
-> Add HTML/CSS inserts (Various Content Items)
-> CSS inserts

Find lines:
/* Reset margin for 2nd+ level items */
div#menu1 ul.rMenu li li {
margin-right: 0;
}

Add the last line and change value:

/* Reset margin for 2nd+ level items */
div#menu1 ul.rMenu li li {
margin-right: 0;
width: 300px;
}


All times are GMT -6. The time now is 11:37 PM.

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