• Resolved chrislowthian

    (@chrislowthian)


    Over the past week I have tried a few Social Share Plugins with this theme but none of them seemed to display correctly. I tried free ones and paid but all had some sort of styling issue.

    After speaking with one of the devs he helped me get his social buttons aligned. I had a problem with the last icon not being aligned with the rest and this CSS seemed to be the issue:

    Your theme is removing the padding from whichever button you decide to place last:

    .post-content *:last-child {
    margin-bottom: 0;
    }

    You shall need to add some custom CSS via the styling page of SSBP, simply click the text offering the option at the top.

    This should do the trick:

    .ssbp-btn {
    margin-bottom: 10px !important;
    }

    I also had an issue with the text above the social buttons being off center (more to the right) and this is what he said:

    I think your theme may be affecting this too somehow, but it’s not clear how exactly.

    The following CSS in addition to the above should resolve both problems:

    .ssbp-share-text {
    margin-right: 10px;
    }

    These fixes the developer suggested have fixed my issues perfectly.

    Now as I had styling issues with every social share plugin I tried I am wondering if there is an issue somewhere with this theme? I know there is a chance that the plugins are poorly written but it seems odd that every social share plugin had issues, which is new to me.

    Can you see any issues relating to this?

    Thanks in Advance!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Social Share Buttons’ is closed to new replies.