Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
845 stars 342 forks source link

Twenty Twelve Image Spacing Issues #7826

Open sbathompson-he opened 1 month ago

sbathompson-he commented 1 month ago

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;
}
sbathompson-he commented 1 month ago

Added CSS plan to users site and applied CSS for one year as a workaround. Users issue is temporarily fixed.

liviopv commented 1 month ago

📌 REPRODUCTION RESULTS

📌 FINDINGS/SCREENSHOTS/VIDEO simple

CleanShot 2024-05-24 at 11 59 05@2x

atomic CleanShot 2024-05-24 at 12 00 57@2x

📌 ACTIONS