Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Customization, Design, Programming... (http://forum.bytesforall.com/forumdisplay.php?f=22)
-   -   Pagebar that spans the width of the site (http://forum.bytesforall.com/showthread.php?t=4161)

bseppa Nov 1, 2009 01:50 PM

Pagebar that spans the width of the site
 
I would like to have my pagebar run across the width of the site as in the primary navigation of the following site:

http://greglaswell.com/

Seems like I would do this somewhere in bfa_header_config.php but would obviously like to get as close as possible using CSS.

Thoughts?

juggledad Nov 1, 2009 06:28 PM

The trick in doing this is that WP generates a page dynamically, so if you have three pages today and have it centered and add a new page tomorrow, it could be messed up.

Have you tried %page-center at ATO->Style & edit HEADER AREA-> Configure Header Area?

kboode Jan 5, 2010 10:50 AM

I changed the language in CSS.php from:
div#menu1 {
border: dashed 1px #ccc;
}

to:
div#menu1 {
border: dashed 0px #ccc;
background: #F7941D;
}
to remove the dashed border and change the background of the page bar to the desired color across the entire page width.
Hope this helps.


All times are GMT -6. The time now is 02:22 PM.

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