![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
__________________
I See In CMYK | http://www.ChristianRishel.info | Graphic & Vector Design, Print Media |
|
#2
|
|||
|
|||
|
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;
}
|
|
#3
|
|||
|
|||
|
Nice, worked like a champ. Thank you.
__________________
I See In CMYK | http://www.ChristianRishel.info | Graphic & Vector Design, Print Media |
|
#4
|
|||
|
|||
|
Glad I could help.
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Category question re: width | Lori | General Discussion | 1 | 06-21-2010 01:25 PM |
| Pre-Sales Black Canvas Question | Catherine_B | General Discussion | 3 | 01-21-2010 03:14 PM |
| Make page Full Page Width in Black Canvas | skuglin | General Discussion | 4 | 01-08-2010 06:12 PM |
| Full Width Header Code Question | Lorilei | General Discussion | 3 | 02-26-2009 10:03 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us