View Single Post
  #405  
Old 05-30-2011, 07:57 AM
 
jkwalz108 jkwalz108 is offline
 

Advanced Member
  
Join Date: Jun 2009
Posts: 53
 

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

I am trying to get the Fast Lane Checkout to not be spread out across the entire top of the page but to look more like the rest of the store. I tried to do this:

Quote:
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; }

But it is still spread out. I guess my main concern is that the links in the upper right corner are jumbled/over-lapping (see attached screen-shot) and don't seem to work with Smart Template in Fast Lane. I was hoping that by reducing the width of the check-out page this issue might be resolved.

Does anyone have any suggestions?

Thanks,

Jason
Attached Images
File Type: jpg Fast Lane.jpg (159.3 KB, 18 views)
__________________
JKW
X-Cart 4.4.2
Reply With Quote