Share Buttons
-
I am looking for a way to move all Share buttons (currently at the end of every post) to the beginning or the left side of every post.
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following moves the share buttons above the post title on single post pages. Since Fontfolio is a responsive design (adjusts for size of window/screen it is being viewed on) having it below the title and date/author doesn’t work well since the length of a title can vary in the number of lines, which makes positioning difficult. See what you think with this. The last rule in the below is a media query which spaces the title and content down a little more at 450px so that the buttons don’t overlay the post title.
.single .hentry { position: relative; padding-top: 150px; } div.sharedaddy .sd-social { position: absolute; top: 0; } @media screen and (max-width: 450px) { .single .hentry { padding-top: 180px; } } -
-
- The topic ‘Share Buttons’ is closed to new replies.