Full Page width without using absolute Positioning
问题 I'm building this site (www.ellamatthew.com) in Magento. I need a full-width page but the way the Magento CSS is templated, I haven't been able to create it without using "Position:absolute" 100% width in CSS. This creates an issue with the footer not going below the image. Here's the original Magento CSS that frames the page: .col-left { float:left; width:182px; padding:0 0 0; margin:0 0 -1px; } .col-main { float:left; width:715px; padding:0 20px 20px; } .col-right { float:right; width:182px