zmcartor / MobileWebGroup

Mobile Web Group
1 stars 0 forks source link

Honors.html one-third columns #2

Closed wu635 closed 12 years ago

wu635 commented 12 years ago

There's a section below the default banner image where there are three sections labeled Honors Benefits, Headlines, Student Profile. For some reason the Headlines and Student Profile are stuffed together in a single column. Potential fix - and more a note to myself if I remember later - remove the table styles and see if that fixes it.

pnguyen1097 commented 12 years ago

Instead of putting three0 "one-third column" divs into a "sixteen columns" div, put it in a div with the "row" class. The class "columns" has default padding, so when you put div with class "column" inside, the padding is doubled, and there isn't enough space to hold all three divs. Fix in commit bb894edb656e3915128ec234c1be7fc6c9ca1792.