How to move share and print to top of posts?

  • Unknown's avatar

    Readers would like print and share button at top of each blog post. How do I customized that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, fortunately we can do this on Suits without things going awry on smaller screens. The following will move the sharing icons up below the title of the post and above the content. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .entry-content {
        position: relative;
        padding-top: 110px;
    }
    div.sharedaddy .sd-social {
        position: absolute;
        top: 0;
    }
  • The topic ‘How to move share and print to top of posts?’ is closed to new replies.