Home › Forums › Support › How to remove the gap between Image and footer This topic has 7 replies, 2 voices, and was last updated 4 years, 10 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts June 24, 2021 at 4:01 am #1833218 Andrew https://ibb.co/4ZtgQzw Hi, please could someone help me remove the gap between the image at the bottom of my page and the footer? Thanks June 24, 2021 at 5:28 am #1833308 DavidStaff Customer Support Hi there, can you share a link to the site where i can see the issue? You can share the link in the Private Information field. June 24, 2021 at 5:59 am #1833342 Andrew Sure, I’ve attached the URL and login details in the private section, thanks June 24, 2021 at 6:59 am #1833402 DavidStaff Customer Support Ok – so thats the default bottom margin which i assume you don’t want to remove on all images. First add this CSS to the site: .entry-content .wp-block-image.remove-margin { margin-bottom: 0 !important; } .wp-block-image.remove-margin img { vertical-align: bottom; } Then in the post editor, select the image block, and in Advanced > Additional CSS Class(es) add: remove-margin You can add that class to any image you want to remove it from. June 24, 2021 at 8:15 am #1833673 Andrew Thank you. I have just applied the CSS but it still doesn’t seem to be working, could you take a look for me please? June 24, 2021 at 8:32 am #1833687 DavidStaff Customer Support I made a change to the CSS above – try that June 24, 2021 at 9:37 am #1833771 Andrew That worked, thank you David! June 24, 2021 at 10:24 am #1833822 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In