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)
-   -   cart align view checkout page (https://forum.x-cart.com/showthread.php?t=59650)

smarta 06-05-2011 08:52 PM

cart align view checkout page
 
hi

on a site I am working on at
http://www.glitchtechgaming.com.au/cart

I have a problem with the view cart page - it runs out over the right hand side of the page

I can't seem to find which template or css code to controls this

you need to add an item to the cart and the "view cart" to see the problem

any help would be greatly appreciated

privateer 06-06-2011 04:35 AM

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.

smarta 06-06-2011 01:43 PM

Re: cart align view checkout page
 
thanks - that looks like the problem

however I can seem to find a refernce to "width: 960px;" in the css file of either "common files" or the skin I am using "vivid_dreams_chromo"

nor do I understand what you mean by
" in the One Page Checkout page folder."

I can find any such folder

any more help would be appreciated

privateer 06-07-2011 02:04 AM

Re: cart align view checkout page
 
The 'One_Page_Checkout' folder is in 'modules' which is in 'common_files'

(it's another case of X-cart's highly-structured/very-fractured file system)

smarta 06-07-2011 02:59 PM

Re: cart align view checkout page
 
yep - they sure hid that well !

thanks all fixed


All times are GMT -8. The time now is 10:11 PM.

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