Tiny spacing / gap between sections

Hi! So I’m trying to fix this little spacing issue between two sections here. I tried to cover it up just by increasing the margins by 2-3 pixels, but now that method stopped working and the little gap just remains there.

Its super prominent on this dark themed website I’m doing for a client, so any help is appreciated.

Thanks.
Connor

I attached a screenshot for a clearer view. Its towards the bottom of the site. You’ll see an ocean of darkness and then just an annoying white line that goes across the screen.


Here is my site Read-Only: Webflow - Connor's Radical Site

@connorjoseph - If your project has custom code or layout issues on the published site, please share that URL/URI for inspection using browser developer tools. Also it is important to share whether this issue exists for all browsers and operating systems, some, or just a certain combination.

Hi Jeff! I’m not using any custom code, just layout templates and editing their contents/positioning. Also it does indeed show up for all devices and operating systems, just checked on a couple devices. Hope that helps.

Connor, I debug html layout issues in a browser not in the designer. If you don’t want to share publicly then DM me with the link.

Hi jeff, I’m not sure what you mean. Is the read only link not enough to look at? Here is the normal URL if thats what you mean. Sorry I’m new haha https://connors-radical-site-752f7a.webflow.io/

@connorjoseph - Get rid of the border bottom on .testimonial-slider-large

.testimonial-slider-large {
    background-color: #161618;
    border-bottom: 1px solid #e4ebf3;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 80px 30px;
    position: relative;
}