Momentum
I've used fashion_mosaic_grey as the basis of some quite radical redesigns, including needing to make the page wider to accommodate a new column to the right containing some ad-boxes that run down every page.
Here's the code I used in the altskin.css to do that:
Quote:
#page-container {
margin: 0 auto;
width: 980px; /* was 780px: lets us hang ad-boxes right */
z-index: 0;
}
|
I'm not sure if the template you're using is very different from this, but that's where I'd start looking.
On a general design point, I'm assuming you've worked out that people with, say, 1024 x 768 screens will get scroll bars if you have an overall width of 1200px.
John