Gap

Hello there

Please see - About Us ⋆ MKA Architects

I need to remove the gap between the google map and the call out element.

Thanks!

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/* remove gap*/
section.content-area {
    padding: 0px;
    margin-bottom: -30px
}

Best regards,
Support.

Thanks but the gap is still there.

Hey there,

Made some modification to the code.

/* remove gap*/
section.content-area {
padding: 0px !important;
margin-bottom: -30px !important;
}

Best regards,
Support.

Thanks. That worked.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support