- This topic has 5 replies, 3 voices, and was last updated 9 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 Troubleshooting › eStore – enter coupon code formatting
Greetings. Thanks again for an awesome product
Please see image below re: Enter coupon label and field. Same alignment issue occurs on mobile devices as well as desktop. Please advise how to correct with custom css!
[http://snag.gy/rQkkZ.jpg]
Thanks,
Stephen
Looks like there is some hidden HTML tag wrapped around the cart shortcode which is messing it up. Edit that page then go to the “Text” view and remove any hidden tag (only keep the shortcode). Save the page and you should be good.
Where did you copy the shortcode from? Please post a link to our documentation page where you copied the cart shortcode from.
Aha! There is some code pre /pre appearing around the short code! I shall remove it, and…
Boom! It worked. Thank you.
But the Checkout Paypal button is still tiny.
[http://snag.gy/MYvM2.jpg]
You can make the checkout button bigger or smaller by using some CSS for it.
Target the “.eStore_paypal_checkout_button” class and apply custom CSS tweak using the following plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Thank you! I thought I had it there for a moment, but apparently I’m doing something wrong
Checkout page: [http://6egraphics.com/estore-action/checkout/]
Product page (to put something in the cart!): [http://6egraphics.com/storefront/arts/]
Code entered into custom css plugin:
.eStore_paypal_checkout_button
{
width: 286px; !important
height: 82px; !important
}
There was no change in the size of the button
Upon inspecting element in Chrome:
[http://snag.gy/mOZ6r.jpg]
I am not understanding why the custom css is not working.
Thanks for your patience with me!
@spbmrmusic, It seems you have the W3 Total Cache plugin installed. Try clearing the cache to see how it goes.