Sharing button on blog posts
- The topic ‘Sharing button on blog posts’ is closed to new replies.
Need help? Check out our Support site, then
Hi there! Is it possible to have the sharing buttons for a blog post at the top and very beginning of the post instead of all the way at the bottom? Thanks!
The blog I need help with is: (visible only to logged in users)
Hi 500pens,
Thank for writing.
Ty with this CSS:
.entry-content {
position: relative;
margin-top: 50px;
padding-top: 120px;
}
.entry-content > #jp-post-flair {
position: absolute;
top: 0;
width: 100%;
}
Change the value of margin and padding of .entry-content to move up ot down the section.
Lets us know,
Thank you again!
Ricardo P. from SiloCreativo
Hi there,
Thanks so much. It doesn’t work for me — I am doing something wrong! — because the part at the bottom that lets you see other related tags appears as well and blocks some of the text.
I’d love to attach to show you but can’t. Any other tips on it? And thank you, you’ve been so helpful and it’s such a great theme.
oh yes you are right!
Try this:
.entry-content {
position: relative;
margin-top: 50px;
padding-top: 120px;
}
.entry-content > #jp-post-flair .sharedaddy {
position: absolute;
top: 0;
width: 100%;
}
If this doesn’t work, send us a screenshot:
https://en.support.wordpress.com/make-a-screenshot/
Thanks!
Ricardo P. from SiloCreativo