http://www.icyphoenix.com/viewtopic.php?f=35&t=7072&p=48552#p48552
-----------------------------------
TheSteffen
Tue 30 Mar, 2010 23:45

Re: Fixed Width In All IP
-----------------------------------
Can you try this

OPEN [b]templates/icy_phoenix/style_white_blue.css[/b]
FIND
[codeblock]#global-wrapper {
/*
	width: 980px !important;
	clear: both;
	margin: 0 auto;
*/
}
[/codeblock]
REPLACE WITH
[codeblock]#global-wrapper {

	width: 980px !important;
	clear: both;
	margin: 0 auto;

}
[/codeblock]


