Site logo

Archived topic

Weird spacing issues on buttons and whatnot

9 replies · Started by Chip on March 23, 2022

Viewing posts 1–10 of 10

I have weird spacing issues on buttons and other items in GP.
I'm not sure what's causing them and never experienced them in similar setups before.
Can someone please take a look?

That's definitely not the issue.
All the wrappers are intact but something is causing the button to drop down a bit.

Hi Chip,

Do you mean the margin below the image block?
https://www.screencast.com/t/PDFnZqTxf9L

If so, it's not related to the button, but the image block.

You can use this CSS to remove the default margin:

.entry-content .wp-block-image {
    margin-bottom: 0 !important;
}

That didn't solve it either, as you can see in the private info :)
Also, changing the number doesn't affect anything - it's either stuck to the image above or it has the exact same spacing as before.

No, something is causing every button that I create to have that spacing issue.
There's no spacing added to either of the blocks you refer to.

And that is the issue - there is NO margins - you need to add some :)

Ah that seems to have fixed the issue :)

Glad to hear that !

This archived topic is closed to new replies.