Forums

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

Home Forums CSS Full browser width bars – error in column grid Reply To: Full browser width bars – error in column grid

#176944
Paulie_D
Member

I think the problem with you example is that you are, effectively, trying to make two :after pseudo-elements on the same div…one with .grid and a second with .blue.

Therefore it doesn’t work.

You would need some other clearfix method

http://codepen.io/Paulie-D/pen/joBpE

Of course, you don’t actually need this method at all when you could just do this..

http://codepen.io/Paulie-D/pen/oGKtA