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)
-   -   Resize table on checkout page (https://forum.x-cart.com/showthread.php?t=59589)

Bowery 05-31-2011 05:10 PM

Resize table on checkout page
 
I had a web developer create a custom template (I think he just modified the original 3-column template) for the store on my site: www.thebowery.com/cart.

We are having one small problem and I was wondering if anyone could help; when you go to the checkout page: http://thebowery.com/cart/cart.php?mode=checkout (you might have to add something to your cart for the link to work)

The order summary column is cut-off (needs to be resized). Could anyone give me directions on how to do so? And where the source code is located for this?

privateer 06-03-2011 01:56 PM

Re: Resize table on checkout page
 
OK, I'm a relative newbie in this whole XC thing, but I had to do some similar Checkout redesign work on my own site yesterday.

I looked at your CSS with FF and Firebug and there are two lines that you can take out to fix the display problem. Open main.css, go to line 4576 and delete two properties:
* padding-left: 30px !important;
* width: 850px !important;

Caveat: obviously someone put that "!important" bit in for a reason, but I didn't see any unintended consequences (in FF4 at least). So test it thoroughly. YMMV, etc. :)

Good luck! :)

Bowery 06-04-2011 11:11 AM

Re: Resize table on checkout page
 
Thanks so much... It worked!!

privateer 06-06-2011 04:18 AM

Re: Resize table on checkout page
 
Excellent - good to know. :)

I suggest you keep a record of those two lines for future reference.

Maybe ask friends and relatives to check that your Checkout table renders properly on their PC/Mac and browers.


All times are GMT -8. The time now is 03:40 AM.

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