Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you change the width of the shopping cart


getitdone99

Recommended Posts

Hello all!

 

My cart is filling up the entire screen (from left to right) and looks funny from the slimmer header we created. Can someone please direct us to the file that contains the sizing for the cart? I would imagine it is default set at 100% width, but we would like to change that to a certain amount of pixels.

 

Sorry for the stupid question!

Link to comment
Share on other sites

Change

 

<!-- body //-->

<table border="0" width="100%" cellspacing="3" cellpadding="3">

 

to

 

<!-- body //-->

<table border="0" width="XXXpx" cellspacing="3" cellpadding="3">

 

 

I think there are 3 places in header.php and 1 in footer.php that need to be changed also. The above code will work on all pages in the catalog folder but in index.php there should be 3 changes made.

Link to comment
Share on other sites

Thanks for the quick response my friend!

 

I probably should have been a bit more clearer . . . I have already changed that in the header + footer, but everything in between is still stretched out. So I guess I should have said that.

 

Do you know what file this is in?

 

You can see what I mean here:

http://www.yourbackyardherbgrowers.com/catalog/index.php

Link to comment
Share on other sites

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...