Viewing 1 replies (of 1 total)
  • Hey there vfinnies,

    How are you doing today?

    You should be able to increase line height for h1 and h2 with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .entry-content h1 {
    line-height: 1.4;
    }
    
    .entry-content h2 {
    line-height: 1.2;
    }

    Increase the numeric value in both lines to increase the space between the lines. First one will affect h1 and the second h2.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘h1, h2 line spacing’ is closed to new replies.