Shopify themes, liquid, logos, and UX
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!
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025