- This topic has 2 replies, 2 voices, and was last updated 10 years, 1 month 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 – Button Image Partially Showing
Tagged: button image, Button Image URL
Hi,
I’ve edited the wp_eStore_custom_style.css file and put this in:
.eStore_buy_now_button {
width: auto !important;
height: auto !important;
}
I also tried this:
.eStore_buy_now_button {
width: 357px !important;
height: 149px !important;
}
But the buy now button is only partially showing. Any ideas?
Here is the page:
[http://www.blitztips.com/]
Thank you,
-Tony
I think you have made some customization there and it is breaking some CSS elements.
Try adding the following in the custom CSS file:
.eStore-product-fancy2-footer
{
height: 180px;
}
That helped – thanks!
-Tony