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

eternalsky picture eternalsky  路  3Comments

amishPro picture amishPro  路  3Comments

PolGuixe picture PolGuixe  路  3Comments

slashwhatever picture slashwhatever  路  3Comments

briziel picture briziel  路  3Comments