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;
}
This worked so well, thank you!


