Forums

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

Home Forums CSS Aligning text next to an image Re: Aligning text next to an image

#118252
Watson90
Member

Add `overflow: hidden;` to your `#post` and it clears the float for you.

You would obviously be better off using a [clearfix](https://css-tricks.com/snippets/css/clear-fix/ “”)…