Go to:
http://revamp.metropolitandetail.com/?page_id=1074
There's alot of white in space in the horizontal column (with product search, cart, etc.) and despite my custom.css mods of:
#top.page-id-1074 .widget {
clear: both;
float: none;
overflow: hidden;
padding: 0 0;
position: relative;
}
The padding of the widgets in the columns after I upload the file to ftp is still set at:
.widget {
clear: both;
float: none;
overflow: hidden;
padding: 30px 0;
position: relative;
}
and that's even when I copy and paste my 0 0; settings from firebug.
any ideas? Thanks














