Closed (fixed)
Project:
Deco
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2009 at 20:39 UTC
Updated:
21 Mar 2010 at 06:40 UTC
Hello,
This theme is brilliant, but I need to setup fixed width... any ideas how I can do 1080px fixed width ?
Thanks
Comments
Comment #1
etdouglas commentedI'm trying to do the same. If you find a solution please let me know. I'll do the same.
Comment #2
bensey commentedThe whole layout is inside a #container div.
Just define it's width with some CSS...
#container {
width: 1080px;
margin: 0px auto;
}
Comment #3
etdouglas commentedThanks it works to a certain extent. The header still wraps when the window or screen is smaller. Thanks a heap though!
Comment #4
bob_b commentedThis way might be a bit better. The main content width is fixed but the header is still allowed to stretch.
I posted it in reply to another issue here: #298597: Fixed Width?