Okay
  Public Ticket #3355778
bottom thumbs vertical position
Closed

Comments

  • Richard started the conversation

    I'd like to move the bottom thumbs up maybe 30-40 pixels. Can you tell me how to do that?

  •  117
    George replied

    Hello Richard,

    You can do this by editing the selected skin's skin.css file. For example, if you choose the default skin, in the skin.css you should edit the following rule:

    .ls-defaultskin .ls-thumbnail {
        top: -20px;
    }

    Best Regards,
    George | Kreatura Dev Team

  • Richard replied

    Beautiful, thanks. One last question... I think I'm getting close.  The question is this: the next, previous buttons on the left and right side of the slider... work as a hover.  How can I leave them on all the time?

  •  117
    George replied

    Hello Richard,

    It is easy, just add this line to the init code of your slider:

    ...

    hoverPrevNext: false,

    ...

    Best Regards,
    George | Kreatura Dev Team

  • Richard replied

    Thank you so much George you have been so helpful. I love layerslider. And the support is unequaled.

  •  117
    George replied

    Thank you for your kind words!

    Best Regards,
    George | Kreatura Dev Team