Shopify themes, liquid, logos, and UX
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.
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024