Automattic / themes

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

[Bug]: Pique no longer full width #7063

Open liviopv opened 1 year ago

liviopv commented 1 year ago

Quick summary

Pique's templates used to display at full width, but that's no longer happening, as shown in the theme demo https://piquedemo.wordpress.com/

In the CSS, there's a rule defining max-width: 1400px for the .site class, which creates some white space on the sides in larger screens.

Weirdly, trac doesn't show any recent changes in the last month.

Steps to reproduce

  1. Open any site with Pique installed

What you expected to happen

This is a regression. Pique has always been a full-with theme and it is not anymore. It's included in https://wordpress.com/themes/filter/full-width-template/ as well.

What actually happened

Theme is not full-width

Browser

Google Chrome/Chromium

Context

Customer report

Platform (Simple, Atomic, or both?)

No response

Other notes

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, easy to implement

Workaround details

.site, .site-footer {
max-width: none;
}
github-actions[bot] commented 1 year ago

Support References

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

cuemarie commented 1 year ago

📌 SCRUBBING : RESULT - Replicated / Could Not Replicate / Uncertain

📌 FINDINGS/SCREENSHOTS/VIDEO

Screenshots/Recordings

Markup on 2023-05-09 at 14:18:09

uO4gYX.png

📌 ACTIONS

Aurorum commented 6 months ago

This is weird. I also remember the Pique theme being full width - I used it many years ago. But the Wayback Machine disagrees with me: https://web.archive.org/web/20160601192624/https://piquedemo.wordpress.com

It's not a browser thing either.

Screenshot 2024-02-24 at 15 03 42
CodeAllNightNDay commented 1 month ago

8609846-zen I ran into this issue today. It only showed the white space if I visited the site while logged in and not from the user's dashboard. The CSS fixed resolved it.