- This topic has 5 replies, 3 voices, and was last updated 11 years, 11 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 › Checkout Page Image not showing Properly and changing the paypal image
Tagged: checkout page
Hello
On my checkout page my paypal button is not showing full size and also I am missing the images for the Remove Item and Empty Cart.
Please let me know if you have a solution
[http://www.natural-home-remedies-for.com]
Can you please do the theme test here:
Also what version of the eStore and WordPress are you using?
Let me know how it goes.
I am using
estore-Version v6.9.4
wordpress- version 3.4.2.
Did it work when you switched the theme to the default WordPress theme?
Yes it looks good when I use the default theme. So how do I get it to look normal on my them?
Your theme has a little bad CSS which is crushing the height of those images.
Add the following CSS in eStore’s custom CSS file (wp_eStore_custom_style.css) and that should fix it:
.shopping_cart input, .eStore_cart_fancy1 input, .eStore_cart_fancy2 input {
width: auto !important;
height: auto !important;
}