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

#118257
Watson90
Member

Cool, as I said you’re probably better adding the clearfix though, I just quickly tested in Chrome Tools using `overflow: hidden;` to see if that was the problem and it was.

Let’s say you ever want to add some `box-shadow` to your grey containers then they would get cut off with the overflow property. JFYI.