StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Question: Top Black Bar Width (http://www.studiopress.com/support/showthread.php?t=456)

rishel 11-07-2008 11:12 AM

Question: Top Black Bar Width
 
Ok. At the top of the office skin, is the black bar, where I have: Home / Calendar / Contact / Fire Light etc.

When I try to add more pages, it starts to wrap and make a second line. How can I increase the width there to add more pages?

http://www.pixelmatters.biz/main/temp/sitelayout.png

Jason Schuller 11-07-2008 11:28 AM

Re: Question: Top Black Bar Width
 
Edit style.css and adjust the width properties below to add more space to #pages. I split the two div's directly in half by default, but if you add space to #pages, make sure and subtract the same amount of space from #tagline.

Code:

#tagline {
width: 480px;
height: 22px;
float: left;
color: #FFFFFF;
padding-top: 6px;
}

#pages {
width: 480px;
height: 22px;
float: left;
color: #FFFFFF;
text-align: right;
padding-top: 6px;
}

Jason

rishel 11-07-2008 11:47 AM

Re: Question: Top Black Bar Width
 
Nice, worked like a champ. Thank you.

Jason Schuller 11-07-2008 11:48 AM

Re: Question: Top Black Bar Width
 
Glad I could help.


All times are GMT -5. The time now is 04:38 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.