Product Descriptioin Height Adjustment
-
Hi!
I put several product description images in the product description section as you see in the link.
In mobile, this is readable (okay)
but in PC, the height of the description is not enough. The images are not shown and I have to scroll down even for one image.
Please, check the attached file.
Is there any way for me to make the height longer than now, so that visitors can read images in the description more visibly?
Attachments:
You must be
logged in to view attached files.
Hi tradeadaptkorea,
Thanks for reaching to us and appreciate your patience.
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.tabs-layout-accordion .wc-tab-inner.wd-scroll-content{
max-height: 100%;
}
Regards,