Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi,
I inserted youtube link and lookbook images to product description in "product page". It worked fine and look nice on a laptop. However, when I tried it on mobile site, it was not presented in a responsive way. The youtube and images can only be seen just a little.
Please help me make it responsive
Hi Komsit,
Can you please add the code below to Custom CSS
#tab-description iframe { max-width: 100% !important; }We will add this fix on the next theme update too, so when you update theme to the version 2.9.3 you can remove this CSS code :)
thank you so much now youtube link works perfectly now. However, it images are still not responsive. Any recommendation?
Hi Komsit,
Gad to hear that.
Just add the code below to Custom CSS:
body.single-product .tab-content img {
max-width: 100% !important;
height: auto !important;
}
it works now hoorah
Thank you so much :)
Glad to hear that :)