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.
Hey,
The homepage on mobile currently shows only 1 column portfolio items. Is it possible to make it show 2 or even 3?
My client is inspired by https://www.salmanrushdie.com/
Thanks,
S
Hi studiobaum,
To make two items per row on mobile, you can add thiu code below to your Custom CSS area:
@media screen and (max-width: 480px) { .portfolio-holder .portfolio-item.w2 { width: 50%; } }Have a nice day!
Oh amazing!!! Thanks Ylli!
Happy to hear that