Forums

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

Home Forums CSS Bullets not showing in first column?#$! Re: Bullets not showing in first column?#$!

#122623
TheDoc
Member

Your `overflow: hidden;` on `.page-content` is what’s causing them to disappear.

Instead of using overflow hidden to clear floats, I prefer using the clearfix class method: http://nicolasgallagher.com/micro-clearfix-hack/