Support » Plugin: Hupso Social Media Share Buttons » Centering Icons

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author kasal

    (@kasal)

    Go to plugin settings, under “CSS style” and enter this:
    margin-left:100px;

    You can also try this:
    text-align:center;

    Remembed to click on Save settings button after you are done.

    Kasai,

    I used your text-align method above to center the buttons, and the buttons themselves centered fine, but the word “Share” remains aligned to the left side. Doesn’t look very good.

    Can you suggest how to have the word Share appear with the buttons in the center?

    Thanks a lot.

    Plugin Author kasal

    (@kasal)

    It is hard to say without seeing your website. You can try something like this:

    .hupso-share-buttons > a > img {
        clear: both !important;
    }

    Ok, tried putting that into my styles.css file, didn’t work, then tried putting it after the text-align:center; in the Hupso share settings css, didn’t work.

    Any other suggestions?

    Btw, did you see my reply to my question about the fb share problem I’ve having? I’m hoping you can help with that, and it’s actually more important than this centering issue for me.

    Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering Icons’ is closed to new replies.