Site logo

[Resolved] Spacing between heading and paragraph

Home Forums Support [Resolved] Spacing between heading and paragraph

Home Forums Support Spacing between heading and paragraph

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1066971
    Amit Nair

    Hello,

    I have many headings in all my posts. The issue is, even if I put space (even 2-3 lines whitespace) in the block editor, I only see 1 line spacing between heading and para.

    That makes the post look clumsy. Please help me out to know the options of changing this.

    Please refer to the URL for details.

    Regards,
    Amit.

    #1067014
    Leo
    Staff
    Customer Support

    Hi there,

    Have you tried the bottom margin options under Customizer > Typography > Headings?

    Let me know 🙂

    #1067326
    Amit Nair

    Thanks Leo. How can I add space above the headings?

    #1067344
    Leo
    Staff
    Customer Support

    You can try this CSS:

    .inside-article h2 {
        margin-top: 20px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know 🙂

    #1067899
    Amit Nair

    Thanks!

    #1067927
    Leo
    Staff
    Customer Support

    No problem 🙂

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