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