• Resolved razorrrr

    (@razorrrr)


    In the settings I can disable/enable arrows, but I need to hide this only for mobile screens because they are too close to each other and take about half of the slide.

Viewing 1 replies (of 1 total)
  • There’s no option in the settings section, but try to put the follow custom css styles in your slider settings:

    
    @media only screen and (max-width: 600px) {a.gkit-slider-ctrl {
        display: none !important;
    }
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Custom slider for mobile devices’ is closed to new replies.