Viewing 3 replies - 1 through 3 (of 3 total)
  • yes i have the same issue /
    how do we center the buttons

    in a header or div

    @seanph: As per the Forum Welcome, please post your own topic.

    Plugin Author Tom Morton

    (@tm3909)

    Thanks Esmi.

    I can’t directly give you the “secret” to centering the buttons because I don’t know what sort of CSS you have set up on your site.

    WPSocialite is wrapped in a UL element. Set its width and then assign it margin: 0 auto and it will center. As an example:

    .wpsocialite{
    width:80%;
    margin:0 auto;
    }

    Let me know if this works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center the buttons’ is closed to new replies.