What is causing the space between two sections?

There is a space between “Contact Section” and “Copyright Section” that allows the matte to show through. How do I make sure the sections are abutting?


Here is my public share link:
https://preview.webflow.com/preview/cynple?preview=9c54bc7f62bb3ad4fc8225cfec5926c2

It happened because “contact section” has a display: inline-block option.

@sabanna OK…I changed it back to “block” and then it disappeared. Only after I spec’d the “Overflow” to be “none” did it reappear. I have no idea why. Do you have a good resource for learning the “overflow” settings?

TY!

Ok, I think it all connected to child elements settings, which have float:left option.
In this article you can find more information The CSS Overflow Property | CSS-Tricks - CSS-Tricks (Float Clearing part). There is also link to the article about floating property and how it effects parent element settings

If you still will have any questions, let me know :wink:

Cheers,
Anna

1 Like

Most awesome. Thanks!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.