Hello,
Could anyone help me out changing my dawn theme product image carousel from 1 image to 2 image in functionality and look :
A user is attempting to modify the Dawn theme’s product page image carousel to display 2 images instead of 1, seeking help with both functionality and appearance.
Proposed Solution:
<style> tagsCurrent Status:
Note: Some text in the conversation appears corrupted or reversed, making portions difficult to interpret fully.
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 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