Support » Theme: GeneratePress » How to increase post heading space

Viewing 4 replies - 1 through 4 (of 4 total)
  • Elvin

    (@ejcabquina)

    Hi there,

    Can you link us to the page in question to check?

    Let us know.

    Thread Starter mattstick

    (@mattstick)

    Sure thing! Here’s the page that has the correct post subheader dimensions: https://rafaltomal.com/improve-typography-on-every-website/

    Elvin

    (@ejcabquina)

    We can copy and refine the CSS from that page.

    You can try applying this CSS, assuming all of your content headers are <h2>

    .entry-content h2 {
    margin-top: 60px;
    }

    If you want ALL of the headings regardless of h1-h6 tag, you can do this:

    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 .entry-content h6 {
    margin-top: 60px;
    }
    Thread Starter mattstick

    (@mattstick)

    Perfect, thank you! Oh, and one last question:

    Let’s say I use product boxes from this plug, how can I make it where they display immediately after the title, like this?

    For example, I have an Amazon disclosure hook applied on all the posts, so it looks like this.

    Would I need to do something similar to the boxes?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to increase post heading space’ is closed to new replies.