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)
-   -   Need help removing unwanted spacing (https://forum.x-cart.com/showthread.php?t=17079)

sbtiti 10-04-2005 02:38 PM

Need help removing unwanted spacing
 
I am trying to remove the spacing on the checkout page between these two wordings:

Update



If you already have an account, please login from here.

I have looked through and done searches on the text of both, but can't seem to locate what is causing the spacing.

Here's the code from the complied page:

Code:

<FONT class="FormButton">Update [img]/cart/skin1/images/custom/go.gif[/img]</FONT>
</FORM>

</TD></TR>
</TABLE></TD></TR>
</TABLE>
<div class="AdminSmallMessage">
If you already have an account, please login from


Other than spacing I did change the <div class="AdminSmallMessage">. It use to use <P class="AdminSmallMessage">.

This is all happening on the final checkout page where it shows the charges and where the estimated shipping and zip code entering (using the pre-login shipping calculator mod) takes place.

If you have any ideas where I can look in the code or files, I would really appreciate any help to get rid of this vertical spacing.

Thanks.

shan 10-04-2005 04:34 PM

set this in your css file

Code:

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


sbtiti 10-10-2005 09:24 AM

I don't have that in my css file. I have the flexy template. Sorry I forgot to mention that.

Any other ideas?

shan 10-10-2005 09:28 AM

just add it

sbtiti 10-11-2005 08:29 AM

Thanks, that did it.


All times are GMT -8. The time now is 07:56 PM.

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