- This topic has 2 replies, 2 voices, and was last updated 11 years 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 › WP eStore Forum › WP eStore Tweaks › eStore – how to add space between quantity and Add To Cart button
Tagged: customization, space before button
I’m using the shortcode [wp_eStore_add_to_cart id=5]. My client would like some space between Quantity and the Add to Cart button.
See screenshot here: [http://screencast.com/t/ESgw0emL4]
Page is [http://dripknots.com/newstore]
Thanks for your help.
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.eStore_add_to_cart_button{
padding-top: 10px;
}
Thank you, Peter! That worked great!