• Resolved elizabeth101

    (@elizabeth101)


    How can I hide my banner slider on mobile devices? As a workaround I’ve set Number Of Columns to 0 for small screens. Is this the best way?

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

    (@yooslider)

    You can use this options as well:

    @media only screen and (max-width: 600px) {
      #gks-slider-SHORTCODEID {
        display: none !important;
      }
    }

    Note: just replace SHORTCODEID id with the slider identifier you see in the short-code.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide slider’ is closed to new replies.