Forums

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

Home Forums CSS Aligning items in CSS Re: Aligning items in CSS

#127853
Paulie_D
Member

No…

Add float:left to #slider

Then

#sidebar-top {
float:right;
width:400px;
text-align:center;
}

This is wrong..

#slider
.sidebar-top,
.widget {
float:right;
width:400px;
text-align:center;
}