Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS align theme to the left Re: align theme to the left

#79405
zubak
Member

in your style.css find this

Code:
.Sheet {
margin:0 auto;
min-height:41px;
min-width:41px;
overflow:hidden;
position:relative;
width:800px;
z-index:0;
}

and replace it with this

Code:
.Sheet {
min-height:41px;
min-width:41px;
overflow:hidden;
position:relative;
width:800px;
z-index:0;
}