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
There are occasional problems with the Description image.
> Issue Occurred
> a normal state
Usually, I can see the Description image well, but very occasionally (about once in 100 times) it's cut off with a height of 111px fixed like a captured image.
When I refresh the Internet, the entire image is shown.
How can I solve the problem?
Have you ever seen a situation like this?
here my site url
Thank you in advance for your help
Solved! Go to the solution
This is an accepted solution.
Hello @neomirae
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
custom-tab .custom__tab-text {
max-height: 100% ! IMPORTANT;
}
Please add and check it.
Best Regards,
Dws_pvt_ltd
This is an accepted solution.
Hello @neomirae
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
custom-tab .custom__tab-text {
max-height: 100% ! IMPORTANT;
}
Please add and check it.
Best Regards,
Dws_pvt_ltd
I tested it. It seems like the problem has been fixed so far. Thank you so much for your help😀!!