Changing the Icon Spacing on the Social Profiles Widget

Required: My Custom CSS plugin, Social Profiles Widget plugin

To change the spacing between icons in the Social Profiles Widget, go to the My Custom CSS menu and add the following CSS code. You can change the pixel value as needed. The following values will typically allow 5 icons to fit on one line.

#sidebar .social-profiles a img { margin: 10px 0px 10px 4px; }