• Main image/ hero image is not visible when trying to load webpage on iPhone or iPad.
    At desktop win and mac everything look ok. Also on android devices image is properly visible.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @zaleski

    Iphone and iPad doesn’t support some CSS code so that you are facing such issue. You can use the following code in additional CSS box for fix:

    @media(max-width:1024px){
    .mt-fotogenic-content-wrapper{
    background-attachment:scroll;
    }
    .mt-fotogenic-about-wrap{
    background-attachment:scroll!important;
    }
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with responsive layout’ is closed to new replies.