View previous topic :: View next topic |
Author |
Message |
kardworx
Joined: 11 Sep 2004 Posts: 5 Location: Telluride CO USA
|
Posted: Wed Sep 15, 2004 9:29 pm Post subject: change size of menu |
|
|
First, thanks to you all for helping me out so far. You guys are great and have helped me get this close to where we can launch it to the public. i have added the second admin by bumping him up to a 9, and the photos are displaying. This next one seems a little trickier. I would like to do two things: a) increase the width of the right side menu bar. i have attempted to do this by adding a width attriibute to menu in print.css, but it had zero effect. Any ideas on how to change the with (and possibly the bg color while i am it it??)
b) i would like the content area to have a fixed width so the text wraps instead of reaching almost over to the right side menu. any ideas on this???
Thanks again to everyone for all their help!! |
|
Back to top |
|
 |
shellorz
Joined: 14 Sep 2004 Posts: 12 Location: France
|
Posted: Wed Sep 15, 2004 9:37 pm Post subject: |
|
|
In your main page you prolly have a line like this :
Code: |
@import url( layout2b.css );
|
This is the css file you should change.
Or if you wanna be sure :
there's a line like this in your index.php file :
Code: |
<div class="navBeta">
|
you should edit whatever css file you've included that contains the definition for this class (navBeta). _________________ Make yourself at home but DON'T touch my Porn. |
|
Back to top |
|
 |
|