View Single Post
  #282  
Old 02-15-2011, 04:50 PM
 
PhilJ PhilJ is offline
 

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

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

To change the layout width at checkout, in skin/smart_template/customer/home.tpl

Change... (around line 30)
Code:
.container_fixed { width: 100%; }
To...

Code:
.container_fixed { width: 970px; }
__________________
xcartmods.co.uk
Reply With Quote