Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852205

    B
    Participant

    Hello

    I’m just getting to grips with Slider Revolution and I would like to know how to adjust a full-screen hero slider so that when resized for mobile, it doesn’t crop out the important parts of the image, but still stays full-screen?

    I’ll include login details in my next post.

    Thanks

    #852206

    B
    Participant
    This reply has been marked as private.
    #852552

    Jade
    Moderator

    Hi there,

    Please try this code in the custom CSS:

    @media (max-width: 480px) {
        .page-id-848 .rev_slider .slotholder .tp-bgimg {
            background-position: 40% 50% !important;
        }
    }

    Hope this helps.