View Single Post
  #2  
Old 06-06-2011, 04:35 AM
 
privateer privateer is offline
 

Advanced Member
  
Join Date: Apr 2011
Posts: 34
 

Default Re: cart align view checkout page

I just tried in FF4 with FireBug. The panel is being made wider than its displayable area.

If you delete the "width: 960px;" part from this section

div.opc-container #center-main {
margin: 0 auto;
text-align: left;
width: 960px;
}

which is (I'm 99% sure) in main.css in the One Page Checkout page folder.
__________________
X-cart 4.4.2 with:
* System Messages mod by CFL Systems
Reply With Quote