Page 1 of 1

How to change width of site

Posted: Thu May 18, 2006 6:57 pm
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));}

Re: How to change width of site

Posted: Thu May 18, 2006 9:44 pm
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. :)