Bring Your Business to Life › Support › Image Store › Add to cart popup not seeig properly on iphone.
Tagged: add to cart, iphone, popup, responsive
- AuthorPosts
- July 2, 2013 at 11:53 pm #53620danielgmParticipant
I’m devolping the site http://hoyosfotoestudio.com/venezuela and when seeing the add to cart popup, where you chosee sizes and add the photos to the cart, is not displaying right, I can not scroll to de downside of the screen, where the add to cart button is.
In this site I’m using a responsive theme from ElegantThemes: “FUSION”.
Any idea on how to solve this issue?, pehaps some CSS magic 😉
Thanks in advance!
July 2, 2013 at 11:57 pm #53632Xpark MediaKeymasterWe couldn’t access a gallery to see the issue could you create a test gallery or provide a link to a test site.
July 24, 2013 at 1:04 am #53919danielgmParticipantSorry:
here you have the link:
http://hoyosfotoestudio.com/venezuela/tus-fotos/
the example gallery i’m working with:
I hope with this you can help to solve my problem.
Thaks!
July 24, 2013 at 1:37 am #53934Xpark MediaKeymasteradd the following line to your theme’s stylesheet
@media only screen and ( max-width:640px ) { #touch-overlay { overflow: scroll; } }
August 9, 2013 at 12:39 am #54422danielgmParticipantThaks!
That solves the problem in vertical mode.
But is I’m still having this problem with horizontal display on iphones, can u solve this?
August 9, 2013 at 1:35 pm #54451Xpark MediaKeymasterchange the code to this
@media only screen and( max-width:960px ) { #touch-overlay { overflow: scroll; } }
- AuthorPosts
- You must be logged in to reply to this topic.