/ all snippets

Remove Gab on Elementor Icon Widget

This CSS snippet removes a small gap beneath the icon on the Elementor Icon widget. Remove the "selector" prefix for side-wide gap removal.

If you don't have Elementor Pro, you can replace the prefix of "selector" with a CSS class you can define yourself. To add the CSS snippet, you can use the HTML widget.

selector .elementor-icon-wrapper {
    line-height: 0;
}