Forums

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

Home Forums Other divs displayed 3 on a row not cleared for next row Reply To: divs displayed 3 on a row not cleared for next row

#260673
Paulie_D
Member

That doesn’t sound like a clearing issue…more like a width / height issue.

However you could use the nth-child(3n+3)

https://css-tricks.com/how-nth-child-works/