Decreasing space between post and social media sharing buttons
- The topic ‘Decreasing space between post and social media sharing buttons’ is closed to new replies.
Need help? Check out our Support site, then
Hi, is there a way to decrease the space between the content in the blog post and the social media sharing buttons?
Thanks!
The blog I need help with is: (visible only to logged in users)
Hey!
If you have the premium WordPress account, you can try adding this code to your custom CSS:
#jp-post-flair {
margin-top: 1.5em;
}
Hope that helps!
Works! Thank you.