Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: disabling fixed (parallax) backgounds on mobile #130929

    I’ve just dropped the following into the custom CSS, which turns off the layerslider when viewing the web version and adjusting the browser to below 640, however this does still not seem to work on the iphone itself. What would I need to tweak here?

    @media only screen and (max-width: 640px){

    .ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, .ls-container, .ls-container{

    display: none !important;

    }

    }

Viewing 1 post (of 1 total)