New Landing How can we help? Themeforest Theme Support Uplift Image disappears on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #282638
    micheal_w
    Member
    Post count: 498

    Hi guys,

    the background image of column strangely disappears on mobile.
    It is perfect on desktop and tablet, but on phone a narrow line stays only – it would need to be a full image above the text.

    (see link above)

    Any idea what to do?
    Thanks!

    #282641
    David Martin – Support
    Moderator
    Post count: 20834

    Please test this:

    @media only screen and (max-width: 767px)
    .spb_parallax_asset {
        width: 100%;
    }
    }
    #282642
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #282649
    David Martin – Support
    Moderator
    Post count: 20834

    Sorry, I missed a bracket:

    @media only screen and (max-width: 767px) {
    .spb_parallax_asset {
        width: 100%;
    }
    }
    #282650
    micheal_w
    Member
    Post count: 498

    Awesome, works perfectly, thank you 🙂

    #282653
    David Martin – Support
    Moderator
    Post count: 20834

    No problem.

    Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.