View Single Post
  #202  
Old 01-26-2011, 08:09 AM
 
PhilJ PhilJ is offline
 

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

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

To fix the incorrect display of bonus points, please do the following...

1) skin/smart_template/css/altskin.css

At the bottom insert...
Code:
/*----------------------------------------*/ /** * Bonuses view */ .bp-icon-header { height: 35px; text-align: center; vertical-align: middle; color: #ff6d00; font-weight: bold; font-size: 18px; background: transparent url(../../common_files/modules/Special_Offers/images/bp_icon_top_middle.gif) repeat-x; } .bp-icon-footer { height: 19px; text-align: center; vertical-align: middle; color: #fff; font-weight: bold; font-size: 10px; white-space: nowrap; background: transparent url(../../common_files/modules/Special_Offers/images/bp_icon_bottom_middle.gif) repeat-x; }
2) In skin/smart_template/custom/css/common.css

Find and delete or comment out this line (around line 263)...
Code:
td { padding: 3px; }
3) Run cleanup.php
__________________
xcartmods.co.uk
Reply With Quote