Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi there,

    We will try to add option for this in the plugin ASAP.
    For now, you can place following code at the end of “wp-content/themes/CURRENT_THEME/functions.php” (in the root folder of your website) before ?> (if ?> is not there, simply place the code at the end of the file) and save the file back. CURRENT_THEME is your active theme/child theme.
    You can adjust the margin 10px in following code, according to your needs.

    function heateor_ss_custom_css(){
    	?>
    	<style type="text/css">
    	div.the_champ_horizontal_sharing{
                 margin: 10px 0 !important
            }
    	</style>
    	<?php
    }
    add_action('wp_head', 'heateor_ss_custom_css');
Viewing 1 replies (of 1 total)
  • The topic ‘Sharing button spacing’ is closed to new replies.