Site logo

Archived topic

Spacing Around Button

7 replies · Started by Will on May 12, 2022

Viewing posts 1–8 of 8

Hi,

How do I add more space after adding a button?

It's too close to the next heading.

I tried adding this using Simple CSS but didn't seem to work.

Hi,

Ok, I've messaged in private info!

Hi there,

Space below buttons:

1. Go to Customizer > Additional CSS.
2. Copy and Paste this CSS in:

.wp-block-buttons>.wp-block-button {
    margin-bottom: 2em;
}

Space between posts

Go to Customizer > Layout > Container and increase the Separating Space value

Thankyou!

You're welcome

Hi,

I'm now having this issue on another one of my sites.

The above code didn't work.

Any help?

Do you mean the green buttons with blue text?

If so, the CSS should work, I just tested it.

Can you move the CSS to the top of the additional CSS field to eliminate CSS error from other CSS?

This archived topic is closed to new replies.