View Single Post
  #122  
Old 01-25-2008, 05:47 PM
 
brianb777 brianb777 is offline
 

Member
  
Join Date: Jul 2007
Posts: 11
 

Default Re: A simple fix to pretty the checkout up a little

i'm using the Fast Lane Checkout and have modified my window to be 791 px across.

the sexy mod was pushing my tables out to past 791.

i went into the css and changed the:
Old:
.sidebox {
margin: 0 auto;
width: 26em;
background: url(../../images/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;

To:
.sidebox {
margin: 0 auto;
width: 18em;
background: url(../../images/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;
}

It was just the width that i had to play with.

thanks for much to the person that developed this and everyone else with their input!

if you wanna see what it looks like: mortersupplements.com/products.html
and add a product to your cart.
__________________
http://mortersupplements.com
Currently running X-Cart Gold 4.1.8
Reply With Quote