Okay
  Public Ticket #3524712
Custom CSS
Closed

Comments

  •  1
    lukasgraphics started the conversation

    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.

  • [deleted] replied

    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!