Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tilebu

    (@tilebu)

    ok, i have it!

    Hello tilebu, would you please share?

    andypp: you can hide it with:

    @media (max-width: 480px) {
    	#customizr-slider {
        	display: none;
    	}
    }

    but it’s a bit unsatisfactory as the image will still be downloaded in the background.

    This tells the browser not to display it if the browser is 480px or less wide. Change 480px to 767px (the next step up in Customizr) if you want it not to display on small tablets as well. (The iPad breakpoint in portrait mode is 768px.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Slider on Mobil’ is closed to new replies.