I am resetting some styles, and when I add the gap property it adds a gap at the start and end of the container, and I don’t see any option to remove them, is there any way to get rid of them?
Did you ever figure this out?
It was my first time using Webflow (testing), and since you can’t edit the CSS without creating conflicts with Webflow functionality. The best thing you can do is not to use pre-built components because the amount of unused code is to be feared, create your own containers, components, everything, you save more time that way.
Using the default Container element adds these pseudo classes for fallbacks. Instead, use a normal div with an appropriate container class to avoid these issues.