Archived topic
Spacing Around Button
7 replies · Started by Will on May 12, 2022
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 Will,
Any chance you can link us to the site in question and point us to where we should be looking at?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
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?