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,
Can anyone help me with a code that will put my vertically stacked media gallery in a scroll box exactly like this website has done: https://www.houseplant.com/products/gloopy-ashtray-by-seth-in-red-aqua ?
I want the media gallery to be a separate scroll from the product content on the right side.
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @mOONbOOTS
You can use this solution.
1. Open Theme -> Edit Code
2. Find file base.css and paste this code to the bottom of file:
.product.product--left ul.product__media-list.contains-media {
max-height: 74vh;
overflow: scroll;
}
Hope my solution will help you
Mike from Consentik
Hi @mOONbOOTS
This is Mike from Consentik
Could you leave your store URL then I can take a look?
This exactly what mine looks like: https://themes.shopify.com/themes/dawn/styles/default/preview
This is an accepted solution.
Hi @mOONbOOTS
You can use this solution.
1. Open Theme -> Edit Code
2. Find file base.css and paste this code to the bottom of file:
.product.product--left ul.product__media-list.contains-media {
max-height: 74vh;
overflow: scroll;
}
Hope my solution will help you
Mike from Consentik
Thank you!