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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
scroll top