All Elementor Widgets seem to have a default 20px bottom margin and there doesn't seem to be a way to override this in the Elementor Widget settings. This is the CSS code that affects the Elementor widgets:
.elementor-widget:not(:last-child) { margin-bottom: 20px; }
I would like to remove this 20px margin without editing the CSS. Is this possible?
All Elementor Widgets seem to have a default 20px bottom margin and there doesn't seem to be a way to override this in the Elementor Widget settings. This is the CSS code that affects the Elementor widgets:
.elementor-widget:not(:last-child) { margin-bottom: 20px; }I would like to remove this 20px margin without editing the CSS. Is this possible?