How to attach the footer to a row

I’d like to have the footer attach to the widget, in this case to the google map. It has a too high margin!

Thank you

Hi @grace05,

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

Do you want to remove the gap only on that page as displayed in my attached screenshot?

If yes then could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

Kind Regards,
Movin

In all pages if possible!
Yes :

www.rm-robotics.com

THank you!

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 -> Shapely Options -> Other

#main footer.entry-footer {
    display: none;
}
section.content-area {
    padding-bottom: 0;
}

Hi dear,

it didnt’ really work!
I mean, it has less padding but it is not “sticked” at the footer…

Please also use the following CSS code.

#secondary .widget:last-child {
    margin-bottom: 0;
}

I can’t access your site now due to under maintenance mode.

Would you mind if i log in to your site and access it? If this is ok then could you please share me your site log in details privately by checking the option “Set as private reply” when replying to this topic?