Jetpack button location buffering [closed]

Use FireBug to inspect the HTML element holding the social icons. If the container has an ID assigned such as:

  <div id="social-icons"> ... </div>

you can style it using CSS by adding some margin:

  #social-icons img {
    margin: 8px;
  }