Add to cart popup not seeig properly on iphone.

HomeSupportImage StoreAdd to cart popup not seeig properly on iphone.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53620
    danielgm
    Participant

    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!

     

    #53632
    Xpark Media
    Keymaster

    @danielgm,

    We couldn’t access a gallery to see the issue could you create a test gallery or provide a link to a test site.

    #53919
    danielgm
    Participant

    Sorry:

    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!

    #53934
    Xpark Media
    Keymaster

    add the following line to your theme’s stylesheet

    @media only screen and ( max-width:640px ) {
    	#touch-overlay { overflow: scroll; }
    }
    #54422
    danielgm
    Participant

    Thaks!

    That solves the problem in vertical mode.

    But is I’m still having this problem with horizontal display on iphones, can u solve this?

    #54451
    Xpark Media
    Keymaster

    change the code to this

    @media only screen and( max-width:960px ) {
    	#touch-overlay { overflow: scroll; }
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.