Skip to content
Public Ticket #32710

Space below button

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

We haven't made any changes to the image spacing within the post content. If you'd like to add spacing between the images, please use the CSS code below:

.post-entry figure.wp-block-image {
  margin-bottom: 30px;
}

Regards,
PenciDesign.

tim-nieuwpoort replied

Customer Reply

And the attachment

tim-nieuwpoort replied

Customer Reply

Hi,

Thank you, it worked.

I’ve also noticed that since the latest update, the headings are suddenly appearing very close to the images (see attached image). Also regular text when there is no heading.

Do you know why this is happening and how I can fix it?

PenciDesign Supporter replied

Staff Reply

Hi,

if you created a post content with the Gutenberg editor, you can insert the "Spacer" block to add the spacing between each element OR you can use the css below to force all the buttons has a margin value.

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.post-entry .wp-block-buttons {
  margin-bottom: 30px;
}

Regards,
PenciDesign.

tim-nieuwpoort started the conversation

Conversation Start

How can I add a little more space below the button? (See attachment.)

Want to join this conversation or access attachments? Sign in first.