Viewing 2 replies - 1 through 2 (of 2 total)
  • Atul

    (@atul1280)

    You can simply add display: none; to .carousel class under media query. Adjust the width to whatever you need to hide it for:

    @media (max-width: 480px) {
      .carousel {
        position: relative;
        display: none;
      }
    }
    Thread Starter nofearboy

    (@nofearboy)

    It works…!!! I don’t belive it !!! Thank you very very much !

    • This reply was modified 8 years ago by nofearboy.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to hide slider in mobile version’ is closed to new replies.