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

Could any one help me out Fixing my product page image carousel

Could any one help me out Fixing my product page image carousel

silvee
Tourist
7 0 2

Hello,

 

Could anyone help me out changing my dawn theme product image carousel from 1 image to 2 image in functionality and look :  

silvee_1-1734113296803.png

 

silvee_0-1734113274798.png

 

Replies 3 (3)

zack_dev
Shopify Partner
92 15 15

hi can you tell the store url



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

zack_dev
Shopify Partner
92 15 15

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 

2024-12-14 00_07_06-Window.png



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

silvee
Tourist
7 0 2

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