Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit wordpress.stackexchange
scroll top