Reply To: Gap Issue Between Sections

#10044695
Support
Keymaster

Hello, I checked the files you sent and if you meant the problem in the first section you basically need to add class “mb-0” on it, so:

<div class="home-intro bg-primary mb-0" id="home-intro">

It will remove the margin and the gap.

You can always try classes mt-0 and mb-0 to remove those gaps.