Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, i get that you are talking about the post title currently on your site which is messed up.
    You just have to increase the line-height for the title in your css file.
    Currently at line 248 of your style.css file.Change the line to below, in your child theme style.css file.Pls make the changes in the child theme style.css file only and not directly into the parent thmeme style.css file

    .single .post_content h2.entry_title {
        font-size: 3.2em;
        line-height: 42px;
        margin-top: 80px;
        text-transform: capitalize;
    }
    Thread Starter xarzu

    (@xarzu)

    This worked perfectly.
    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I adjust the header height of a blog?’ is closed to new replies.