Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kalookalei

    (@kalookalei)

    Okay, I did a bit of poking about and found this code in the CSS:

    /*#sab-social-wrapper {
    display:flex;
    }*/
    [id^=sig-] {
    float:right;
    border:0;
    padding:0;
    }

    I eliminated the /* and */ brackets and pasted the following code:

    #sab-social-wrapper { display:flex; } [id^=sig-] { float:right; border:0; padding:0; }

    into the Custom CSS field. It, at least, seems to resolve the conflict between the Author Name and the Social Buttons.

    I am not the best at code is this change okay or will it break something I don’t know about?

    Plugin Author Andy Forsberg

    (@penguininitiatives)

    Version 1.3.7 now includes support for choosing social icons positioning at the top or bottom. That code looks fine, but you may not need it anymore if you use the latest version of the plugin. Sorry for the horribly slow response time on this!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Author Name & Social Links’ is closed to new replies.