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.
How do I limit the void space between "Get in Touch with Us" and the map on my contact page?
I tried a few time to edit custom CSS on this page to limit the bottom margin:
section-title { margin-top: 20px; margin-bottom: 0px; position: relative; }Thanks.
Hi Lukas,
It seems that your CSS is invalid because the (.) is missing. Please go to this Page > Parameters and Options > Custom CSS and add this CSS code:
.page-heading__title-section { margin-bottom: 0 !important; }Have a nice day!