Hi.
Can anyone tell me which file I need to edit to set the page width to 800px.
My picture for the header is 800px wide and I want to make the page fit for a nice look.
Thanks.
Setting page width
Re: Setting page width
In stylesheet "Layout"
Change max-width/min-width to your value.
Code: Select all
div#pagewrapper {
margin: 0 auto;
max-width: 80em;
min-width: 60em;
padding: 0;
text-align: left;
Re: Setting page width
Have done as you suggested and it works just fine, only trouble is IE 6 still shows it up as a wide page but Firefox, IE 7 beta 2, Opera, Mozilla all display as 800 px.
Do I need to remove the IE hack/Javascript code from the Global Content thingy or is it something else? If I work with fixed layouts, do I need to have any IE hacks at all?
Thanks.
Mike.
Do I need to remove the IE hack/Javascript code from the Global Content thingy or is it something else? If I work with fixed layouts, do I need to have any IE hacks at all?
Thanks.
Mike.
Re: Setting page width
the IE hack is for flex pages, so no need in fixed width pages...
Re: Setting page width
Many thanks guys, as usual you are excellent with your advice and solutions.
Mike.
Mike.