React-slick: How can I move the dots at the bottom of the gallery?

Created on 1 Sep 2015  路  1Comment  路  Source: akiran/react-slick

Hi, please tell me how to do move dots in the top of the gallery?

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

quarklemotion picture quarklemotion  路  4Comments

ramyatrouny picture ramyatrouny  路  3Comments

rohitgoyal7 picture rohitgoyal7  路  3Comments

artemidas picture artemidas  路  4Comments

laveesingh picture laveesingh  路  3Comments