- This topic has 2 replies, 2 voices, and was last updated 14 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple Shopping Cart Tweaks › shopping cart in too wide
Tagged: shopping cart
hi,
I read somewhere that the shopping cart is dynamic and will resize depending on its container. I placed my shopping cart in the main container and it will scale to the width of the page. any tips on how I can scale it down so that it looks nice? now all the images are stretched.
sorry I have no external link as I’m developing it locally.
Thanks in advance!
You should be able to specify the height and width in the CSS file (wp_shopping_cart_style.css). Look for the following div element in the CSS file and specify your height and width there:
shopping_cart
thanks amin! I wrapped it in a div as and made the width smaller thanks!