PDA

View Full Version : increase the width of the whole site


Bearsystems
12-06-2010, 04:26 PM
I looking in increase the width of the website, I notice this in main.css, would changing these widths do increase the width of the whole site?

main.css

.center {
margin: 0 auto;
width: 960px;
}

.center1 {
background-color: #FFFFFF;
margin: 0 auto;
width: 960px;
}

.header {
background: url("../images/headerBg.gif") repeat-x;
height: 77px;
width: 960px;
margin: 0 auto;
}

bruleo
12-06-2010, 05:07 PM
It would, but you would also need to adjust the widths of left, right and center containers also, as well as amend any graphics they might use, such as the border graphic for the centre container.

Bruce.

Bearsystems
12-06-2010, 10:13 PM
I guess I'll wait and learn a little more before I try something like this.

Thanks...