View Single Post
  #2  
Old 05-02-2013, 10:24 AM
 
stonezafu stonezafu is offline
 

Member
  
Join Date: Dec 2012
Posts: 18
 

Default Re: Adjusting Width On Books & Magazine

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
__________________
Two client sites: 4.4.4 and 4.5.5
Coding since 1981. Using X-Cart since 2012
Reply With Quote