Comments 1lukasgraphics started the conversationNovember 18, 2023 at 3:41pmHow 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.[deleted] repliedNovember 20, 2023 at 7:59amHi 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!1 Like Sign in to reply ...
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:
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:
Have a nice day!