[Support request] Adding Spaces After Headings

Home Forums Support [Support request] Adding Spaces After Headings

Home Forums Support Adding Spaces After Headings

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #948278
    Stuart

    I added some sub headings (H2) to a blog post and want to have more space between each heading and the text below it. I tried adding a blank text block and a blank heading (H3) block but neither one made any difference. Please tell me how to add blank space such as this on pages and posts.

    #948398
    Leo
    Staff
    Customer Support

    Hi there,

    Have you tried the option in Customizer > Typography > Headings?

    If you want want to have separate style from the customizer option, I would recommend adding the HTML like this:
    <h2 class="content">H2 heading</h2>

    Then use this CSS:

    h2.content {
        margin-bottom: 4em;
    }

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

    Let me know ๐Ÿ™‚

    #948433
    Stuart

    Thanks, Leo. I might try that. Please reply to this message so that I receive an email notification and can reference this later through the email link (I forgot to check email notification before).

    #948450
    Leo
    Staff
    Customer Support

    Sounds good ๐Ÿ™‚

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