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)
-   -   [SOLVED] Center Category Bar (http://forum.bytesforall.com/showthread.php?t=1814)

WebWeaver May 27, 2009 06:56 PM

[SOLVED] Center Category Bar
 
Hello - I saw the posts for centering the Page NavBar - would you be willing to create a Thread or an update to the theme for centering the Category Bar?

Thank you,
WebWeaver
http://catswebweave.com

Flynn May 31, 2009 06:45 AM

In bfa_header_config, change
PHP Code:

$cat_menu_bar '<div id="menu2"><ul id="rmenu" class="clearfix rMenu-hor rMenu">' "\n"

to
PHP Code:

$cat_menu_bar '<div id="menu2"><table cellpadding="0" cellspacing="0" style="margin: 0 auto"><tr><td align="center"><ul id="rmenu" class="clearfix rMenu-hor rMenu">' "\n"

and change
PHP Code:

$cat_menu_bar .= '</ul></div>' "\n"

to
PHP Code:

$cat_menu_bar .= '</ul></td></tr></table></div>' "\n"

And add this at HTML/CSS Inserts -> CSS Insert:

HTML Code:

ul#rmenu1 {
border: 0;
}

ul#rmenu1 li a {
white-space: nowrap; /* IE may wrap the link text of a first level item */
}

ul#rmenu1 li ul li a {
white-space: normal; /* reset nowrap for sub levels. They should wrap if required */
}

div#menu2 ul.rMenu-ver {
text-align: left; /* because the parent container, the table's TD has align="center" */
}

div#menu2 {
border: dashed 1px #ccc;
}


WebWeaver Aug 1, 2009 02:46 PM

Thank you - I see that this has been address in the newest version 3.4.2. Thank you!

It be helpful to create an options area in the next version for styling the centered NavBar without adding CSS inserts as outlined here: http://forum.bytesforall.com/showthr...ghlight=dashed

Also when I used the centered nav bar, the background became transparent, not black as I set it to be in the Page NavBar settings area.

-WebWeaver
http://catswebweave.com

juggledad Aug 1, 2009 03:08 PM

see http://forum.bytesforall.com/showthr...nter+page+menu post#2

WebWeaver Aug 1, 2009 03:14 PM

Yes this worked, thank you JuggleDad!

I will send you a donation when I can!

-WebWeaver


All times are GMT -6. The time now is 06:55 PM.

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