Positioning Social Sharing Buttongs

Posted in: Newspaper
Post count: 156

Hello. I have asked a similar question before, but the results were not quite what I need. I would like to position the social sharing buttons directly below the content of my article (with nothing but a narrow blank space between the content and the buttons). I would also like to put the Tweet, Like and G+ share buttons at the top of my articles (along the right side of the content, between my category tags the top of my content).

How can I accomplish this?

Thanks.

Philip

Post count: 6600

Hi,

You have to move the code for social sharing buttons inside loop-single.php file like this: http://screencast.com/t/Wtzfm7yJ
Then move the tweet, like and g+ buttons code inside the same loop-single.php file like this: http://screencast.com/t/TIX5pK3e

And this CSS in Theme Panel -> Custom CSS:

.post .td-social-like-tweet {
margin-bottom: 15px !important;
}

.td-social-like-tweet ul {
margin-top: 0px;
}

.post header {
margin-bottom: 5px;
}

Hope this works
Thanks

  • This reply was modified 12 years by Lucian.
Post count: 156

You’ve aced it again. Thank you.

Philip

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.