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.
Is there a way to make the portfolio page appear in two columns on mobile screens?
Since there is only one column, the scrolling becomes too long.
Hi koeun00,
To achieve that just add the code below to your Custom CSS area:
@media screen and (max-width: 480px) { .portfolio-holder .portfolio-item.w4 { width: 50%; } }Have a great day!