How to change width of site

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
janggu
New Member
New Member
Posts: 5
Joined: Thu May 18, 2006 6:47 pm

How to change width of site

Post by janggu »

Hi there,

Could somebody please tell me where I can change the default width? I think the line of code below has something to do with the width but I cannot locate it.

Thank you!

#pagewrapper {width:expression(P7_MinMaxW(720,950));}
westis

Re: How to change width of site

Post by westis »

Hi janggu,

The line you're giving is what is setting the min- and max width for IE, as IE can't handle min and max width with CSS. It is set in a Global Content Block called "JavaScript for IE page width". In the templates you can see that Global Content Block being called at the end of the tag.

For other browsers the min and max widths are relative to the font size and are set in the stylesheet called "Layout". Look for    div#pagewrapperand set the min and max width to your liking.

Hope that helps. :)
Post Reply

Return to “Layout and Design (CSS & HTML)”