Okay
  Public Ticket #1688893
Move Circle Timer to Top Left Corner?
Closed

Comments

  • Roger_Jolicoeur started the conversation

    Is it possible to move the Circle Timer to the top left corner of the slide?

    Thanks!

  • [deleted] replied

    Hello Roger_Jolicoeur,

    Thank you for getting in touch with us. My name is Attila and I'm happy to assist you today. I appreciate your patience while we've been working towards your ticket.

    Unfortunately at the moment there is no option for that in the plugin.

  • Roger_Jolicoeur replied

    FYI, adding the following to the Layer Slider CSS editor moves the circle timer from right to left . . . 

    .ls-v6 .ls-circle-timer {
        right: auto;
        left: 16px;
    }