Skip to content

Twenty Twelve Image Spacing Issues #7826

Open

Description

Quick summary

It seems that in posts and pages, the normal spacing expected is no longer there.
Annotation on 2024-05-22 at 17-23-26
Annotation on 2024-05-22 at 17-25-53

Steps to reproduce

  1. Add an image to a post
  2. Add paragraph block or any block below
  3. Save/Publish
  4. View page, no spacing after the image

What you expected to happen

There should be even spacing after the image as there is before the image

What actually happened

No spacing
No options to edit the margins in settings

Browser

No response

Context

No response

Platform (Simple, Atomic, or both?)

Simple, Atomic

Other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, difficult to implement

Workaround details

Depending on the customers plans, they can implement CSS. But if they are on a free plan, then they can add spacer blocks, that would be very tedious.

CSS:

.entry-content img {
    margin-bottom: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions