I look through the solution from other but still cannot find a right solution for my store.
From desktop view, it looks odd when I scroll down and half of the page had no image on the left as I have a long long product description on the right.
Tried to paste this code under theme.scss.liquid
@media(min-width:767px){ #site-main:has([data-product-wrapper] article .product-gallery){ overflow:unset !important } #site-main [data-product-wrapper] article .product-gallery{ position: sticky; top: 95px; height: fit-content; } }
But it did not work me.
My store URL is mcbabyshop dot com