Support » Theme: Kale » Headings padding-top

  • Resolved srtajpg

    (@srtajpg)


    Hi team, thanks for your great theme and support. I was wondering if there is a way to add top padding to headings (h2, h3, h4…) inside posts, as they get a little bunched up with the rest of the text.

    Many thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @srtajpg,

    Thanks for getting in touch again, and great question!

    You’re right, the top margin on these initially is a little small…you can increase it by adding some CSS like this in Appearance > Customize > Additional CSS:

    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
        margin-top: 1.5em;
    }

    If you need anything else, just let us know! 🙂

    Thread Starter srtajpg

    (@srtajpg)

    That is beautiful, many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Headings padding-top’ is closed to new replies.