Site logo

[Support request] Add margin in heading

Home Forums Support [Support request] Add margin in heading

Home Forums Support Add margin in heading

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1014400
    Shivam

    I want to add top margin of 50Px in H2 and H3 of my articel, can you give me css code for this?

    Note – Only inside article, not on blog or homepage

    #1014609
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    body.single .inside-article h2, body.single .inside-article h3 {
        margin-top: 50px;
    }

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

    Let me know if this helps 🙂

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