View Single Post
  #9  
Old 09-29-2011, 09:53 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: CSS Cart / Checkout Margin Problem

This is defined in your css:
Code:
.flc-checkout-container { clear: both; padding-bottom: 30px; vertical-align: top; width: 100%; }
But apparently not referenced in your tpl. I think Steve's solution with an if statement would be the easiest fix.
Replace: <div class="center-main">
With: <div class="center-main{if $main="cart"} flc-checkout-container{/if}">

Then adjust your css for .flc-checkout-container to suit your design.

Obviously you would need to test this throughout the checkout process and with different browsers, firebug shows the fix working in Moz on the first page of the cart. but I think you need to add a fixed width in order to suit your rounded corners styles.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote