質問

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帰属
所属していません wordpress.stackexchange
scroll top