View Single Post
  #309  
Old 03-04-2011, 11:36 AM
 
Tony Pearce Tony Pearce is offline
 

eXpert
  
Join Date: Apr 2004
Location: Totnes, Devon, UK
Posts: 217
 

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; }
__________________
X Cart version 4.1.9, 4.1.10, 4.1.11, 4.1.12
(Looking after 15 stores)
Just started 4.4.1 for client....
One Page Checkout, On-Sale, Dynamic Images ++++ Loads of others.
+ 2 Multi Domain stores on 4.1.9
Reply With Quote