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

#79471
betzy
Participant

ok, everithing is align to the left .. cool but when i did this :
before

Code:
.contentLayout .sidebar1
{
position: relative;
margin:0;
padding:0;
border:0;
float: left;
overflow: hidden;
width: 20%;
}

after

Code:
.contentLayout .sidebar1
{
position: fixed;
margin:0;
padding:0;
border:0;
float: left;
overflow: hidden;
width: 20%;
}

the sidebar disappered :((((