Comments 2Pallabi started the conversationDecember 12, 2016 at 8:04amHi,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. 1,558Laborator repliedDecember 12, 2016 at 11:58amHi 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 Documentation Join Kalium Users Group 2Pallabi repliedDecember 13, 2016 at 10:53amHi,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/ 1,558Laborator repliedDecember 13, 2016 at 12:40pmHi 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 Documentation Join Kalium Users Group Sign in to reply ...
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:
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:
Best regards,
Laborator Team