Can I Made Description Side Scrollable on Product Page?

Solved

Can I Made Description Side Scrollable on Product Page?

Noman5
Excursionist
24 0 1

Hi, I want to make product page like, if we visit on product then on the left side there is description and table, I want when user read details in description tab only this section scroll down rather than full page of product. 
Please if i can make that help me. 
Theme I am using Ella. 
Here is URL 

https://new-ella-demo-11.myshopify.com/

Accepted Solution (1)

GemPages
Shopify Partner
5625 1261 1244

This is an accepted solution.

Hello @Noman5 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you.

1. Go to Online Store -> Theme -> Edit code:

 

GemPages_0-1669618959296.png

 

2. Open your theme.liquid theme file.

3. Paste the below code before </body>:

 

<style>
   .productView-tab .tab-popup-content{
      max-height: 350px;
      overflow-y: auto;
   }
</style>

 

Result: 

 

Screenshot at Dec 21 20-54-48.png

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 2 (2)

GemPages
Shopify Partner
5625 1261 1244

This is an accepted solution.

Hello @Noman5 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you.

1. Go to Online Store -> Theme -> Edit code:

 

GemPages_0-1669618959296.png

 

2. Open your theme.liquid theme file.

3. Paste the below code before </body>:

 

<style>
   .productView-tab .tab-popup-content{
      max-height: 350px;
      overflow-y: auto;
   }
</style>

 

Result: 

 

Screenshot at Dec 21 20-54-48.png

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Noman5
Excursionist
24 0 1

Thanks it works, but i want to scroll whole side not only tab. Like below screenshot.

Noman5_0-1671634106785.png