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,
Currently the masonry gallery on mobile shows only 1 row.
Is it possible to change this somehow to 2 rows, or perhaps 3 like on the desktop website?
Would love the hear from you.
Best
Martijn
Hi Martijn,
Can you please add the code below to your Custom CSS area:
@media screen and (max-width: 768px) { .vc_grid-item.vc_col-sm-4 { width: 50% !important; float: left; } }I wish you a great day!
Hi,
That does not work, see attachment.
Hi Martijn,
Ok then, please add the !important rule to the second code. The code should look exactly like this:
@media screen and (max-width: 768px) { .vc_grid-item.vc_col-sm-4 { width: 50% !important; float: left !important; } }It should work now.Thanks!
Hi Ylli
This leaves empty gaps in between the images.
Please have a a look at the attachment
Here is the attachment :)
Hi Martijn,
Ahh, it seems that this is impossible to do because WPBakery Page Builder plugin overwrites the code. Anyway, please write the plugin author for this question and see if they can help you in this custom question.
I wish you a great day!