[Resolved] items below post align right

Home Forums Support [Resolved] items below post align right

Home Forums Support items below post align right

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #171279
    Torsten

    Hi,
    is it possible to align the “share buttons” (= teilen) and next/previous post below image gallery from left to right?
    website: http://goo.gl/e08YD8
    regards
    Torsten

    • This topic was modified 8 years, 2 months ago by Torsten.
    #171287
    Torsten

    the share buttons are related to jetpack, found the solution at https://en.forums.wordpress.com/topic/center-my-sharing-buttons-twitter-facebook?replies=3

    still looking for a solution for next/previous post

    #171289
    ian

    Hi Torsten

    Not an answer to your question but
    I would like to know which share social icons plugin you are using if you don’t mind
    When you share to facebook to seems to also post a picture which my plugin doesn’t do

    Thanks in advance

    Ian

    #171290
    Torsten

    I guess previous/next post is related to jetpack as well, sorry for any inconvenience…

    #171301
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can two different options:

    .post-navigation {
        text-align: right;
    }

    Or you can float them:

    .post-navigation {
        float: right;
    }
    #171339
    Torsten

    @ ian
    it’s jetpack.
    after installing go to
    → settings → share

    @ tom
    thx

    #171393
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.