• Resolved rmarriage

    (@rmarriage)


    I’m using Ultimate Social Media Icons with Divi. At the bottom of the linked page you’ll see the email, Facebook Like, and Pinterest Save icons. They are not in horizontal alignment. How do I get them to align

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Efe Dinler

    (@efedinler1)

    Hi @rmarriage ,

    Thank you for your message!

    Our team will take a further look and I will provide you further feedback.

    Plugin Support Efe Dinler

    (@efedinler1)

    Hi @rmarriage ,

    Please add the following code to the end of the functions.php of your WP theme;

    add_action('wp_head', 'custom_style');

    function custom_style() {
    echo '<style>
    .sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon img {
    vertical-align: middle !important;
    }
    </style>';
    }

    Please let me know how it goes afterwards ??

    Thread Starter rmarriage

    (@rmarriage)

    Thanks Efe. That seemed to do it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.