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.
The images in the portfolio entries do not scale correctly. Only the right column of the images gets smaller for smaller displays. The left column retains the size of the pictures. I think theres a Problem with the responsive design.
For example: https://jm-zug.ch/angebot/group-fitness
THX Michael
Hi Michael,
Please add this CSS because I am not sure why that is not working the way it is supposed.
@media screen and (max-width: 1200px) {
.wpb_image_grid .wpb_image_grid_ul li {
width: 49.5%;
}
}
@media screen and (max-width: 560) {
.wpb_image_grid .wpb_image_grid_ul li {
width: 100%;
}
}
FYI the image gallery is developed by WPB Bakery team so we don't develop this plugin but the CSS could work for you.
Perfect! Now it works fine.
Cheers Michael
Glad to hear that Michael
P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huge thank you from Laborator in advance and have a great weekend!