- This topic has 3 replies, 2 voices, and was last updated 11 years, 12 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 – resizing fancy 'add to cart' for responsive theme
Hello
I’m using the Responsive theme and find that my ‘add to cart’ buttons are displaying the product information, the product image but not an ‘add to cart’ when I view it from my mobile. Normal website setup looks fine.
Any ideas? I need to display the product description to my customers but don’t need to display an image (it’s a digital product).
thanks in advance for your help
Please post a link to the page where you have the button. What version of eStore are you using? Are you using a custom image for your add to cart button?
Thanks for your reply
link to page is below
[http://the-executive-remuneration-reporter.com.au/t3/join-us/individual-company-reports]
downloaded update for eStore yesterday and installed today.
No: I’m not using a custom image for add to cart.
Thanks again for your help.
SP
There is a bit of CSS issue on this page. It may be coming from a plugin that you are using. The following CSS is causing the issue (for some reason that plugin is applying this CSS classe around the eStore button automatically):
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
If you remove “position: absolute;” from the above, it should work fine.
Alternatively, try deactivating the plugin that is doing this.