damian5000 Posted September 8, 2013 Share Posted September 8, 2013 (edited) Because I've disabled quite a few modules, the footer is pressed up against the bottom of the data sheet when viewing a product. I've tried messing with margins and positions a bit, but can't get it to push down. Seems they are just affecting the amount of grey space as opposed to where the grey space begins. Edited September 8, 2013 by damian5000 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 8, 2013 Share Posted September 8, 2013 can you share the url to your website? if not, you should try with: add margin-top:20px; to: #footer { margin-top:20px; color: #fff; background: #333; } Link to comment Share on other sites More sharing options...
damian5000 Posted September 8, 2013 Author Share Posted September 8, 2013 (edited) can you share the url to your website? if not, you should try with: add margin-top:20px; to: #footer { margin-top:20px; color: #fff; background: #333; } Yes, excellent. That fixes it. Firebug wasn't bringing me to the exact spot I needed, or I wasn't clicking in the right place. I was adding margin-top in the wrong place (.clear-fix:after) Edited September 8, 2013 by damian5000 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts