Forums

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

Home Forums CSS Problem with some list styling Re: Problem with some list styling

#71960
christopher
Member

#right-column li {

float: left;

clear: left;

}

Change above CSS to this –

#right-column li {left:0; clear:left;}

Good luck,

Chris