PDA

View Full Version : How to: Professional Template in 100% width


wispivey
04-24-2008, 02:43 PM
Hey guys,

I would like to start with stretching the default professional template to be 100% of the browsers window rather than a static of 960px. I have managed to have the header, menus and footer resize correctly. What changes would I have to make in the css file to have the center portion resize to 100%.

I have found the center, center1 section. Putting a 100% width rather than 960px in both sections, works, but it does not size down correctly. When sizing down, it throws the articles and center box down below the catagory box rather than stopping the browser

What I want is, the catagory box and article box to remain the size they are, but have the center section that displays various information to resize with the browser and stop the browser when the center box reaches say 300px+

Any help is much appreciated.

The site is http://www.prismlink.net/

Thanks

David
04-24-2008, 03:22 PM
I'll bet what you need to look for is Margins in your css.

bruleo
04-24-2008, 04:01 PM
Also, look at the centerContainer width. That's also a fixed size.