View Single Post
  #2  
Old 06-03-2011, 01:56 PM
 
privateer privateer is offline
 

Advanced Member
  
Join Date: Apr 2011
Posts: 34
 

Default 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!
__________________
X-cart 4.4.2 with:
* System Messages mod by CFL Systems
Reply With Quote