/ all snippets

Remove Unwanted Space on Text Editor Widget

This CSS snippet removes the unwanted space on the Elementor Text Editor widget

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 p:last-child{
    margin-bottom:0px;
}