Hello,
This theme is brilliant, but I need to setup fixed width... any ideas how I can do 1080px fixed width ?
Thanks

Comments

etdouglas’s picture

I'm trying to do the same. If you find a solution please let me know. I'll do the same.

bensey’s picture

The whole layout is inside a #container div.
Just define it's width with some CSS...

#container {
width: 1080px;
margin: 0px auto;
}

etdouglas’s picture

Thanks it works to a certain extent. The header still wraps when the window or screen is smaller. Thanks a heap though!

bob_b’s picture

Status: Active » Fixed

This 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?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.