how can i change images to look like here:
http://www.templatemonster.com/ru/demo/58271.html
or here
https://names.ru/catalog/women/shoe/ank ... 1#11618656
.productdetails-view .productDetails > div {
position: relative;
}
.additional-images {
left: 0;
margin: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100px;
}
.additional-images img {
margin: 0 0 0 6px;
width: 100%;
}
.productDetails .main-image {
margin-left: 100px;
}