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,
How can I increase the space under the header / over the first blog entry in blog page. Please see attached. Thanks very much.
Hi there,
Please add the code below to your Custom CSS area:
body.blog .blog-holder {
margin-top: 40px;
}
Perfect, thanks so much!