tEhLiKe007
09-13-2007, 11:06 AM
Most of us wants to change template aligment to left.
If you change only one file, its works..
OPEN:
templates/your css style (red_theme or css)/layout.css
FIND:
#container {
position: relative;
width: 980px;
margin: 0px auto;
text-align: left;
AFTER, ADD:
float: left;
PREVIEW:
#container {
position: relative;
width: 980px;
margin: 0px auto;
text-align: left;
float: left;
}
SAVE FILE AND UPLOAD
Thats All !!
If you change only one file, its works..
OPEN:
templates/your css style (red_theme or css)/layout.css
FIND:
#container {
position: relative;
width: 980px;
margin: 0px auto;
text-align: left;
AFTER, ADD:
float: left;
PREVIEW:
#container {
position: relative;
width: 980px;
margin: 0px auto;
text-align: left;
float: left;
}
SAVE FILE AND UPLOAD
Thats All !!