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
https://hangukbox.com/
Thank you in advance for your help
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
!!
1 Like