Viewing 5 replies - 1 through 5 (of 5 total)
  • abhisekpadhi

    (@abhisekpadhi)

    Use this css to make the icons horizontal

    .type-page img {
        padding: .53em;
        border: 1px solid #e6e6e6;
        background: #fff;
        max-width: 100%;
        height: auto !important;
        display: inline;
    }

    Thread Starter altair827

    (@altair827)

    Thank you! It worked.

    Thread Starter altair827

    (@altair827)

    Now its horizontal.

    loisovervoorde

    (@loisovervoorde)

    Unfortunately this did not work for me, I now have them still vertical, but surrounded by larger square boxes

    loisovervoorde

    (@loisovervoorde)

    Here is the solution I found. Add this to your style.css:

    .wp-social-login-provider-list img {
        display: inline !important;
    }
    
    .wp-social-login-provider-list a {
        color: #ffffff !important;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with WP social login plugin’ is closed to new replies.