• Resolved MikkelCrunch

    (@mikkelcrunch)


    Hi,

    we have a Post Slider.
    We would need to re-position the Dots and the Arrows.
    There are only options for inside/outside/none.
    We need the Dots on top of the Post Slider.
    Where can we change this?

    Thanks in advance
    Best Mikkel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Eugene White

    (@eugenewhite)

    Hello there!

    I would like to inform you that there’s no plugin functionality to change the position of either dots or arrows.
    But I may suggest you apply a custom CSS code to do that. Here’s an example:

    .slick-dots{
      top: 0px;
    }

    Set the position according to your needs.

    The code will apply to all the Post Slider and other Getwid blocks that use the same dots, so if you need to move the position of dots for a specific slider or block, you may add an additional class to it on the back end, and then mention it in the code. Here’s another example:

    .test .slick-dots{
      top: 0px;
    }
    Plugin Support Eugene White

    (@eugenewhite)

    Hello there!

    We haven’t heard from you in a while and will mark this topic as resolved. In case you have some questions or if my suggestion wasn’t helpful, please submit a new one.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Navigation Position’ is closed to new replies.