Snippet: Gallery Slider Vertical Thumbnails
@media (min-width: 960px) {
#wrap .vcex-image-gallery-slider {
padding-left: 100px;
position: relative;
}
#wrap .vcex-image-gallery-slider .sp-nc-thumbnails-container {
position: absolute;
left: 0;
top: 0;
width: 80px;
}
#wrap .vcex-image-gallery-slider .sp-nc-thumbnail-container {
width: 100% !important;
margin-bottom: 10px !important;
}
#wrap .vcex-image-gallery-slider .sp-buttons {
left: auto;
right: 0;
}
}
Learn how to add custom CSS to your site.