Home › Forums › CSS › Bullets not showing in first column?#$! › Re: Bullets not showing in first column?#$!
January 28, 2013 at 2:05 pm
#122623
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/