View Single Post
  #444  
Old 08-04-2011, 12:53 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

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; }
__________________
xcartmods.co.uk
Reply With Quote