Automattic / themes

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

[Luminance] - Featured images are misaligned. #7910

Open Greatdane opened 2 weeks ago

Greatdane commented 2 weeks ago

Quick summary

Check the demo site; https://luminancedemo.wordpress.com/

The featured images within the query loop are misaligned. Just reported by a user and can reproduce.

CleanShot 2024-07-02 at 13 27 38@2x

Steps to reproduce

Activate Luminance and check the homepage template in the site editor.

What you expected to happen

Featured image should be aligned.

What actually happened

Featured image is not aligned.

Browser

Google Chrome/Chromium, Mozilla Firefox, Microsoft Edge, Apple Safari

Context

Customer Report.

Platform (Simple, Atomic, or both?)

Simple

Other notes

No response

Reproducibility

Consistent

Severity

All

Available workarounds?

Yes, difficult to implement

Workaround details

Likely CSS. Not Available to Starter plans.

Greatdane commented 2 weeks ago

8404697-zd-a8c

github-actions[bot] commented 2 weeks ago

Support References

This comment is automatically generated. Please do not edit it.

marutim commented 2 weeks ago

Another report here: 8404682-zen

jartes commented 1 week ago

📌 REPRODUCTION RESULTS

📌 FINDINGS On atomic sites, this is not happening, as they have the following CSS to fix that:

.wp-block-post-featured-image.wp-block-post-featured-image img {
    vertical-align: top;
width: auto;
}

📌 ACTIONS

lizswafford commented 1 week ago

8428324-zd-a8c

supernovia commented 1 week ago

Another report here. 8460124-zd-a8c

This is an atomic site. We'll add the CSS but noting it does occur there by default.