View Single Post
  #2  
Old 03-21-2012, 09:47 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: About to lose it and start crying. I swear

Looks like you botched up the 'subcategories' class in main.css, so they aren't floating. Add this back in and see if it fixes it:

span.subcategories {
display: inline-block;
vertical-align: top;
margin: 0 10px;
text-align: center;
padding-bottom: 0;
overflow: hidden;
}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote