Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #247721

    How do we make the animated slider INVISIBLE on mobile PHONE devices ?

    We do not want the animated slider on mobile PHONE devices .

    ===========

    Look forward to your assist.

    -turner2f

    #247749

    Hi Anthony!

    Do you mean a “LayerSlider” with animated slider? If yes you can hide the slider with:

    
    @media only screen and (max-width: 767px) {
    .ls-wp-fullwidth-container{
    display: none !important;
    }
    }
    

    Maybe you need to change the max-width value – it depends on the phone screen size.

    Cheers!
    Peter

    #247753

    Yes.

    I will give it a try.

    #247763

    Thank you.

    It worked.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to make the animated slider INVISIBLE on mobile PHONE devices’ is closed to new replies.