Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #218471

    hello
    thanks for the great theme. I have only one problem: the view portrait of iphone is responsive but in landscape view images in fullscreen slider does not appear correctly. Can you help? thanks

    http://www.metediarioli.it

    #218599

    Hey Sergio95!

    Please add this on Quick CSS to reposition the background images on iPad view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    background-position: 50% 70% !important;
    }
    }

    Replace the ‘70%’ value if necessary.

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘problem on iphone: landscape view’ is closed to new replies.