View Full Version : Align whole site on left
instead of being in center, is there anyway i could align the site on left? I don't care if there is alot of blank space on right. my visitors dont like the pages on center.
Micha
12-12-2007, 02:59 PM
Go to your layout_default.css file, and on container ID remove auto from margin property.
#container {
margin:0px auto;
text-align:left;
width:990px;
}
#container {
margin:0px;
text-align:left;
width:990px;
}
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.