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 have a portfolio hover with title and subtitle.
Works fine except at resolution 990px - 780px the subtitle dissapears ?
Hi slego,
Can you please add the code below to your Custom CSS area:
@media screen and (max-width: 992px) { .portfolio-holder .thumb .hover-state .info p { display: block !important; } }perfect, thank you!