• Resolved salinaxoum

    (@salinaxoum)


    The Facebook like icon is not aligned to the left correctly. The spacing between the Facebook like and share icons are also uneven.

    This is the CSS I currently have in my theme.

    img.sfsi_wicon {
    margin-top: 2px!important;
    }
    .sf_twiter {
    margin-left: 3px!important;
    margin-top: 4px!important;
    }
    .sfsibeforpstwpr {
    margin-left: -13px!important;
    }

    .sfsi_plus_Sicons .sf_twiter { margin: unset !important; line-height: 12px !important; } .sfsi_plus_Sicons .sf_twiter { margin-left: 0 !important; margin-top: 1px!important; } .sf_subscrbe .bot_no, .sf_fb .bot_no, .sf_twiter .bot_no, .sf_pinit .bot_no, .sf_linkedin .bot_no{ height: 21px !important; }

    .sfsi_plus_Sicons .sf_fb { vertical-align: top !important; }

    .sf_twiter {
    height: 21px!important;
    }

    .sf_fb {
    margin-left: -17px!important;
    margin-right: 6px!important;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor socialtech

    (@socialtech)

    Please also add:

    .sfsi_plus_Sicons .fb_iframe_widget {
    float: none;
    width: auto;
    vertical-align: middle;
    margin: 2px 10px 0 12px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Icon Display Issue’ is closed to new replies.