PDA

View Full Version : fixed width-simple theme


skipc
08-17-2007, 05:40 AM
i would like to fix the width of simple theme , ie. so the header/navigation does not float beyond my wide, wall to wall, images. tia. best...skip

Ubbe
08-17-2007, 05:50 AM
just go to the css file and replace the

width:100%;

with

width:[number goes here]px;

skipc
08-17-2007, 02:46 PM
just go to the css file and replace the

width:100%;

with

width:[number goes here]px;

i wasn't able to find a width designator in simple as such, hence my post.so, i "added" width:[number]px; to the navigation and that nailed it. thx. best...skip