How do I increase the space between a single blog post and the sharing buttons?

  • Unknown's avatar

    I’m using Shoreditch.

    The text of a particular blog post and the sharing buttons are very close, and I would like to increase the gap between them either through the options or through CSS.

    Thanks!

  • If you’d like more space above the sharing buttons on single posts, give this a try:

    .single .hentry #jp-post-flair {
      padding-top: 30px;
    }

    You can adjust the value as you like. Let me know how it goes.

    If you need help with one specific blog post only, please provide a link to the post and I can help you with the code.

  • The topic ‘How do I increase the space between a single blog post and the sharing buttons?’ is closed to new replies.