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, at the page footer, I've used widgets for content under 'Featured in magazines'. The first entry Dodho, doesn't quite line up with the content under 'Latest articles'. Any solution to this? Thanks
Hi there,
The font was not applying in the "Latest articles" widget, now I have added this selector to the Function Pro Book font:
Best regards,
Laborator Team
There's still a larger gap between Dodho and Featured compared to Latest and form.
Hi there,
That's because the first is a paragraph while the second is a list and they have different styling, you can either switch the first one to a list or add this CSS to Custom CSS to change the paragraph style:
.site-footer .footer-widgets .widget p { padding: 6px 0; margin: 0px; }Best regards,
Laborator Team