Tagged: navigation, thumbnail
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?
Hey!
Try adding this code to the Quick CSS:
.ls-thumbnail-slide {
margin-left: 0 !important;
}
Cheers!
Josue