- This topic has 8 replies, 4 voices, and was last updated 13 years, 7 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 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 › WP eStore Forum › WP eStore Troubleshooting › WordPress 2.9.1 Scales Shopping Cart Image
Tagged: css issue, Shopping Cart Images scalling
Has anyone seen this problem.
When adding the shopping cart to display on a page/post. All the images are displayed but scaled up – i.e stretched by over 200%.
I’m only putting the short code in the page as per the instructions and i have no idea why the scalling issue has occured.
Help!
Mike
i am having the exact problem, an answer would be highly appreciated!!
Image scaling is always caused by the CSS of your theme…. the following page has some pointers:
If you can post a link to your site then I could take a look and give you more guidance.
i will look through the link, thanks.
my site is here – http://jeffmclane.com/FHTT/wordpress/
Okay had a look at your site… I found that your theme is using the following bit of CSS for “input” and “textarea” fields:
input, textarea {
width: 94%;
padding: 8px;
font-family: Arial, Verdana, sans-serif;
font-size: 1.2em;
border: 1px solid #ccc;
}
You can see that it’s forcing every field to be 94% of the container width. I am not sure why the theme is specifying every input fields to be of a certain width (it only limits the capability of your theme). If you get ride of that line it should fix your issue.
worked like a charm. Thank you for your help and speedy reply!!!!
I’ll take a look too – in the interim i’ve turned it off for the time being. but the site is here.
Thanks
Hello
I’ve just installed wp_affiliate and having image scaling problems. Searched for input, textarea on my css and cant fins it unless I’m looking in wrong place.
Can someone please help.
Thanks
Onye