Hi, please tell me how to do move dots in the top of the gallery?
You can use dotsClass props to change the postion the dots. The default value of dotsClass is slick-dots. If you inspect slick-dots class in CSS, You can see the rule bottom: -45px;. You change that to top: -45px; now the dots will appear on top.
Most helpful comment
You can use
dotsClassprops to change the postion the dots. The default value of dotsClass isslick-dots. If you inspectslick-dotsclass in CSS, You can see the rulebottom: -45px;. You change that totop: -45px;now the dots will appear on top.