-
- isotrope

-
Total Posts: 14
Joined: 2008-10-28
|
I’m a bit rusty… so don’t take this as the right solution, but if you want to try it out…
Remove the auto from the margin of the .header-top, .middle and .footer classes in the boxes.css file.
However, this won’t change the width of the different divs. Many of them have fixed widths defined in pixels. You will need to hunt them down to take up more space horizontally.
Just remember that there are many resolutions out there. What looks good on in 800x600 could, potentially, become illegible at 1920x . A max-width helps.
|