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] page-center and cat-center to fill the width of the site (http://forum.bytesforall.com/showthread.php?t=10643)

cway Oct 25, 2010 09:32 AM

[SOLVED] page-center and cat-center to fill the width of the site
 
Does anybody know how to get the page-center and cat-center to fill the width of the site?
Here's my css inserts:
Code:

div#menu1 {
background-color: #c9ba9e;
background-image: url(http://www.smilefortcollins.com/gfx/50white.png);
background-repeat: repeat;
border: solid #ffffff;
}
div#menu1 ul.rMenu li a {
border-right: solid 1px #cccccc !important;
border-left: solid 1px #cccccc !important;
padding: 10px;
}
div#menu2 {
background-color: #c9ba9e;
background-image: url(http://www.smilefortcollins.com/gfx/50white.png);
background-repeat: repeat;
border: solid #ffffff;
}
div#menu2 ul.rMenu li a {
border-right: solid 1px #cccccc !important;
border-left: solid 1px #cccccc !important;
padding: 10px;
}


lmilesw Oct 25, 2010 09:52 AM

I wrap the %page-center or %cat-center in a div and style it with a width and background color.

cway Oct 25, 2010 10:30 AM

Of course!
Thanks, lmilesw!


All times are GMT -6. The time now is 05:44 AM.

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