Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › WordPress 2.9.1 Scales Shopping Cart Image › Reply To: WordPress 2.9.1 Scales Shopping Cart Image
January 17, 2010 at 10:17 pm
#17317
Participant
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.