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;
}
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;
}