Title: Sharing button spacing
Last modified: August 30, 2016

---

# Sharing button spacing

 *  Resolved [dano222](https://wordpress.org/support/users/dano222/)
 * (@dano222)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/sharing-button-spacing/)
 * Hi,
 * I am having a spacing issue with the share buttons.
 * [https://www.mcmdaily.com/salt-lake-city-prudential-building/](https://www.mcmdaily.com/salt-lake-city-prudential-building/)
 * I activated displaying the share buttons at the top of my post. They all appear
   fine but the spacing between the sharing button title, the buttons, and the start
   of my post is very tight and doesn’t look very good. How could I add some space?
 * It would also be great if there was a way of horizontally spacing out the buttons
   too.
 * Thanks!
 * [https://wordpress.org/plugins/super-socializer/](https://wordpress.org/plugins/super-socializer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Heateor Support](https://wordpress.org/support/users/heateor/)
 * (@heateor)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/sharing-button-spacing/#post-6375376)
 * 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.

 * ![](https://ps.w.org/super-socializer/assets/icon-128x128.png?rev=1866723)
 * [Social Share, Social Login and Social Comments Plugin - Super Socializer](https://wordpress.org/plugins/super-socializer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/super-socializer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/super-socializer/)
 * [Active Topics](https://wordpress.org/support/plugin/super-socializer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/super-socializer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/super-socializer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Heateor Support](https://wordpress.org/support/users/heateor/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/sharing-button-spacing/#post-6375376)
 * Status: resolved