- This topic has 2 replies, 2 voices, and was last updated 9 years, 8 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 › WP eStore Forum › eStore – design tweaks to add to cart short code
Tagged: add to cart, css, Tweaks
Hello, I am need to tweak some design aspects of the add to cart as it appears on my site. The page at the URL below shows the simple short code and the fancy#1 short code.
I am fine to use the simple short code, but i would like to add some space between the 2 variation forms as well as the add to cart button. where would i do that?
I like the price automatically updating in the fancy shortcode, but i don’t need the thumbnail or the border and would still like to add the spacing between the variation form as well as the add to cart button (as mentioned above)
[http://collectedtogether.com/test-new-add-to-cart/]
this is just a test page, if you go to the homepage you can see how the site was designed using your free simple wordpress cart.
Thanks so much in advance for any help you can offer.
Best,
Randall J Lane
Hi, Grab the following plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS tweak in there to add some spacing between the variation items:
.eStore_variation{
margin-top: 5px !important;
margin-bottom: 10px !important;
}
Thanks, that worked great.