- This topic has 2 replies, 2 voices, and was last updated 4 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 – PayPal and Stripe button Your price field layout
As you can see on this site: [savedsouls-foundation.org/test-give-now] we’ve created multiple ways for someone to donate a custom price. For three of the four methods there is space between the Your price field and the button. Only between the Stripe Your price field and the button is less space between them.
Is there a way to change this?
I think that 4th button maybe using a slightly different shortcode.
Try adding the following CSS code to your site to add the space below the “You Price” input field for that 4th option:
.wppg-eStore-buy-button-custom-price {
margin-bottom: 30px;
}
Thank you for your quick reply! That did the trick.