Re: Product media gallery being a separate scroll from product content

Solved

Re: Product media gallery being a separate scroll from product content

mOONbOOTS
Explorer
62 6 8

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!

Accepted Solution (1)
Mike-Consentik
Shopify Partner
191 30 37

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

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support

View solution in original post

Replies 4 (4)

Mike-Consentik
Shopify Partner
191 30 37

Hi @mOONbOOTS 

This is Mike from Consentik

Could you leave your store URL then I can take a look?

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support
mOONbOOTS
Explorer
62 6 8
Mike-Consentik
Shopify Partner
191 30 37

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

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support
mOONbOOTS
Explorer
62 6 8

"Harry - yer a wizard."

 

Thank you!