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 do i remove the gap between the two widescreen images and also between the last image and the footer? The gap between the footer and above content appears on all pages.
I've attached screenshots to help you understand the problem.
Hi Pallabi,
Get inside the project and in the Custom CSS of that project, paste the following code to fix it:
.page-container {display: none;
}
Best regards,
Laborator Team
Hi,
The code successfully removed the gap between the image and footer. But how do i remove the space between the images? Thank You!
You can check the page I'm trying to do this on here-
http://lotusbeam.com/courses/niru-group-diamond-brochure/
Hi there,
Paste the following CSS in the Custom CSS for that:
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { margin-bottom: 0px !important; }Best regards,
Laborator Team