Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331435

    Hi there,
    I have setup a slider with thumbnail navigation. When hovering the mouse over the thumbnails the div with the class = “ls-thumbnail-slide” moves left/right according to the location of the cursor. I would like to disable this over effect and only allow arrow navigation and keep the thumbnails.

    Is there a simple solution for achieving this?

    #332846

    Hey!

    Try adding this code to the Quick CSS:

    .ls-thumbnail-slide {
        margin-left: 0 !important;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.