Question

I have WordPress based site. I used Helium theme and added a sidebar. On this sidebar, I added a few buttons from SiteOrigin widgets plugin.

The buttons are being spaced between them automatically, and I would like to narrow this spacing between them. How can I do that?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top