How to narrow the area between buttons on Helium theme sidebar? [closed]

Use this CSS code.

.sidebar .widget {
    margin-bottom: 40px;
}

Keep in mind currently it has 80px, so change it for what looks best for you.

In case you don’t know how to add CSS, check this out.