X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   remove space at final checkout page (https://forum.x-cart.com/showthread.php?t=19643)

mmoskva 01-31-2006 10:10 PM

remove space at final checkout page
 
On the final checkout page, thei ris a white space that seperates the
{include file="customer/main/cart_contents.tpl"}
and {include file="customer/main/customer_details.tpl"}

How can i eliminate that? I commented out all the
,

tags and set the dialog.tpl padding-top and padding-botom = 0px but I still cant eliminate the space?

shan 02-01-2006 01:39 AM

may be the form tag

add this to your css file

Code:

form
{
padding :0px;
margin:0px;
}


mmoskva 02-01-2006 06:11 AM

I tried that but no help with it?

shan 02-01-2006 06:40 AM

maybe post a url of your site

thundernugs 02-26-2006 01:06 AM

mmoskva,
are you talking about the couple of lines of white space below the "Clear Cart" and "Update" links during checkout? There are some
tags in anonymous_checkout.tpl and cart.tpl and checkout.tpl that make for some unnecessary white space. these are in skin1/customer/main

also, shan's suggestion of adding the form attribute in the css fiel did help me reduce some as well.

hth,

mike


All times are GMT -8. The time now is 08:46 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.