Add to cart popup not seeig properly on iphone.

Bring Your Business to LifeSupportImage StoreAdd to cart popup not seeig properly on iphone.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.