[Support request] Vertical Alignment (Text Editor)

Home Forums Support [Support request] Vertical Alignment (Text Editor)

Home Forums Support Vertical Alignment (Text Editor)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1608915
    jim

    Dear Support,

    I noticed that Elementor Vertical alignment is not working with text editor.

    Elementor claims thats its ”The theme you are using adds a margin-bottom of 1.5em to the paragraphs (<p> tags), and this causes the misalignment when using the Text Editor Widget.as this uses the <p> that by default. The margin-bottom is not added to the heading (<h1> to <h6> tags), so the Heading Widget is not affected.”

    How can I fix this?

    Thanks

    #1609133
    David
    Staff
    Customer Support

    Hi there,

    problem here is Elementor not providing CSS for their widgets…. if the Themes bottom margin wasn’t being applied then none of your paragraphs would have bottom margin which wouldn’t be pretty.

    If you select the Text Widget, and give it a CSS Class of no-bottom-margin then you can try this CSS to remove it where you need to remove it:

    .no-bottom-margin p {
       margin-bottom: 0;
    }
    #1614717
    jim

    thanks David!

    #1615042
    David
    Staff
    Customer Support

    You’re welcome

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