GeneratePress: Lücke zwischen zwei Containern

My problem: There are two containers after each other. Each of them has a different backgroud color. There is no spacing configured anywhere. But between the end of the first container and the start of the secord container I can see the backbround color of the page or body. How can I put them without >>>this gap together<<<? Roman Answer: The text block gb-text-5ffb445’s html tag is set to <p> which has a default margin-bottom, you can set the HTML tag to <div> or just set the margin-bottom to 0. Let me know if this helps! YingCustomer Support