Sharing Buttons Above & Below Articles at the Same Time

  • Unknown's avatar

    1) Is there a way to include the sharing buttons above & below articles?
    2) When i click the MORE button with additional sharing buttons the list goes vertical? Is it possible to make it horizontal? I think I have seen it somewhere…

    Please advise.

    Warm regards,
    Bart

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

  • Unknown's avatar

    Please, can someone advise me on the two above issues?

  • Unknown's avatar

    Hi there,

    1) Is there a way to include the sharing buttons above & below articles?

    No there is not. That would require editing of the theme PHP script files, and we cannot do that at WordPress.com.

    2) When i click the MORE button with additional sharing buttons the list goes vertical? Is it possible to make it horizontal? I think I have seen it somewhere…

    Since The Morning After is a responsive width theme, the icons in the sharing “More” button display vertically so that they remain visible on small tablets and phones and don’t run off the right side of the screen. We can however use the following, which will make them horizontal for screens wider than 600px.

    @media screen and (min-width: 600px) {
    .sd-content .inner {
        width: 230px;
    }
    }

    If you add any additional icons under the “More” sharing button, the width in the above will need to be increased so that the icons don’t go to a second line.

  • Unknown's avatar
  • The topic ‘Sharing Buttons Above & Below Articles at the Same Time’ is closed to new replies.