• Resolved abrar03

    (@abrar03)


    Have a slider on the catalog page, but I want to remove it on small screens to make the page compact on mobile. Your help is greatly appreciated!

Viewing 1 replies (of 1 total)
  • Plugin Author YOO SLIDER TEAM

    (@yooslider)

    Put this custom css in your slider settings and replace ID with your slider identifier you can find in the short-code:

    @media only screen and (max-width: 600px) {
      #gks-slider-ID {
        display: none;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove on mobile’ is closed to new replies.