Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1139159

    Visually, an h2 subtitle looks too close to an h3 subtitle in a post. So, I want to change the rule for space above h3 in blog posts (not pages). What is the CSS to add 10px margin above h3 in blog posts?

    #1139168

    Hey m,

    Can you provide a link to the site/page in question so we can look into this further? If not, try the following:

    .single_post h3{
    padding-top:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1139194

    Thank you. Didn’t seem to work.

    #1139751

    Hi,
    Thank you for the login, I randomly picked a post as an example and an H3 > H2, please see the screenshot in Private Content area.
    This css should work though out your site on posts only:

    #top.single-post #wrap_all .entry-content h3 {
    padding-top:10px!important;
    }

    please adjust the padding to suit.

    Best regards,
    Mike

    #1139772

    Thank you, that worked!!

    #1139943

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS to create extra space between h2 and h3 in post.’ is closed to new replies.