How to remove white line/gap in between Image Banners in the Dawn theme?

I have two image banners stacked on top of each other but there’s a white gap in between them which ruins the continuity. What can I do to fix this?

One approach is to go to the lower section and paster this into “Custom CSS”

.banner {
  margin-top: -2px;
}

Hi @cck110925

Hello dear, this image has extra space. Please crop it and upload it again.

This worked so well, thank you!