Site logo

[Resolved] Extra space added below Elementor “text editor” widget

Home Forums Support [Resolved] Extra space added below Elementor “text editor” widget

Home Forums Support Extra space added below Elementor “text editor” widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1858920
    Thomas

    Good Morning,

    Not sure if I have already sent this. There was no notice that it was sent.

    * GeneratePress Premium
    * Elementor Pro

    You have seen this question many times and I’ve tried all the CSS solutions over many hours without success.

    Whenever I add the Elementor “text editor” widget, I get an extra space below the text.
    https://ptdesign.ca/

    I appreciate your assistance for helping me remove the extra space.

    With thanks,
    Tom

    #1858960
    David
    Staff
    Customer Support

    Hi there,

    text widgets output a <p> paragraph element which will attract the themes bottom margin ( for paragraph breaks ).
    I can provide you with some CSS – but that may cause you problems when you want there to be a space.

    Instead i believe you can use the Elementor Heading Block, change it to a Paragraph element and remove the margin in the elementor settings.

    But you may need to check Elementor support for that.

    #1858974
    Thomas

    Hi David,

    Let’s start with the CSS and then I’ll move on from there.

    Thanks David,
    Tom

    #1859335
    David
    Staff
    Customer Support

    Try this:

    .elementor-widget-text-editor p {
        margin-bottom: 0;
    }
    #1860108
    Thomas

    Thank you David. I will heed your caution regarding problems down the road.

    Tom

    #1860302
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.