- This topic has 4 replies, 3 voices, and was last updated 14 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 Tweaks › Width of the quantity field
Hi,
I would like the quantity field to be about the same width as the digit, instead it is very very long. As you can see http://www.wordpressdesignseo.com/test/
Also would it be possible to get the Add to Cart button on the same line as the product name and quantity….?
Third minor aesthetic problem, the shopping cart takes the entire width of the page, would it be possible to remove some of the spaces between qty, price, remove item icon etc.
Sorry I usual fix myself such minor tweaks but this plugin is way beyond my capabilities…
Please have a look on this post which might be helpful explaining various WP eStore tweaks –
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-miscellaneous-tweaks-215
The quantity field is set for 2 digits so it should only show a small textbox. Your theme has specified every input field to be of certain value which is why it’s making the quantity field that big. A quick test of theme switch will prove my point.
By default the shopping cart is fluid and takes the width of the page so it can fit in the page regardless of the page dimension. You can easily specify the width of the shopping cart by adding it in the CSS file.
Correct, switching theme everything is fine. After some sheer panic luckily I solved this issue. For those with a problem similar to this one, I found a “Forms” section in the Style.css where the input fields were width=180px and changed that to 18px and voila.
The problem is that the input field was specified to a certain width. This is not very good design as it doesn’t leave any room for flexibility. It’s better to not have a fixed width defined for all your input field.