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
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/
Solved! Go to the solution
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:
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:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
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:
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:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Thanks it works, but i want to scroll whole side not only tab. Like below screenshot.