Is there an option (or way) to make this theme stay in a fixed position aligned to the left?
Thanks again!
To make the layout aligned to the left please replace the following in the style.css :
.Maincontiner { width:769px; margin:auto; }
with this
.Maincontiner { width:769px; }
This should help.
Comments
Comment #1
interface-web design commentedTo make the layout aligned to the left please replace the following in the style.css :
.Maincontiner {
width:769px;
margin:auto;
}
with this
.Maincontiner {
width:769px;
}
This should help.
Comment #2
cmcintosh commented