Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
Could anyone help me out changing my dawn theme product image carousel from 1 image to 2 image in functionality and look :
hi can you tell the store url
please add this css to theme.liquid inside <style> </style> tags
media-gallery#MediaGallery-template--24012908101918__main {
flex-direction: row;
display: grid;
grid-template-columns: 20% 80%;
}.thumbnail-slider .thumbnail-list.slider--tablet-up {
display: flex;
padding: .5rem;
flex: 1;
scroll-padding-left: .5rem;
flex-direction: column;
}
@media(min-width:900px){
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
width: 80% !important;
}
slider-component#GalleryViewer-template--24012908101918__main {
order: 2;
}
}
result will look like
NOT Working its makes all the thumbnails 1 columns and big and need to scroll it down each image also it becomes streched and blur