Recently the padding / spacing between most blocks (text or image) on posts has disappeared, from new and old posts. The spacing looks fine in the editor, but when previewed or published it disappears. I’m not a developer but I have tried to find a solution in this forum and others. It seems some CSS code is required and since it applies to all posts I would really appreciate some help 😊
Here’s a link to a live post published earlier this year with visible spacing issues: https://westringroad.ca/2022/10/14/project-update-2022-10-14/
Log in credentials are below.
Thank you!
Hey erinr,
Thank you for the inquiry.
We cannot see any issues with the post content. Would you mind providing a screenshot of the missing padding/spaces? Please use imgur, savvyify or dropbox for the screenshot.
Best regards,
Ismael
Hi Ismael,
I’ve uploaded several screenshots to the private link. These screenshots are from a recent post (November 1) and an older post (February 14). We recently started using reusable blocks, so I initially thought that might be the issue, but since the issue is affecting posts that were created before the reusable blocks were created, I don’t think that’s the case.
The issue seems to affect header ‘before’ spacing, and between images with no caption.
Thank you,
Erin
Hi erinr,
Thanks for providing the screenshots, it seems you are using the gutenberg editor, I have added this CSS code in Quick CSS:
.wp-block-image {
margin-bottom: 1rem;
}
Please review your site.
Best regards,
Nikko