This is a small fix for people using the wish list and comparison modules together...
Depending on your columns layout...
skin/smart_template/custom/home_3col.tpl
or
skin/smart_template/custom/home_2col_left.tpl
or
skin/smart_template/custom/home_2col_right.tpl
Replace...
Code:
<div class="colpad">
Or...
Code:
<div class="colpad_body">
With...
Code:
<div class="colpad_body center-main">
Then in skin/smart_template/css/altskin.css
At the end insert...
Code:
#center-main {
margin: 0 0px;
}