themes icon indicating copy to clipboard operation
themes copied to clipboard

[Bug]: Pique no longer full width

Open liviopv opened this issue 2 years ago • 4 comments

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

  • [ ] 6271251-zd-woothemes

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, easy to implement

Workaround details

.site, .site-footer {
max-width: none;
}

liviopv avatar May 08 '23 15:05 liviopv

Support References

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

  • [ ] 6271251-zen

github-actions[bot] avatar May 08 '23 15:05 github-actions[bot]

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

  • Tested on Simple – Replicated
  • Tested on Atomic – Replicated
  • Replicable outside of Dotcom – Yes

📌 FINDINGS/SCREENSHOTS/VIDEO

  • Replicated as described - content restricted at 1400px

Screenshots/Recordings

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

uO4gYX.png

📌 ACTIONS

  • Assigned to Themes

cuemarie avatar May 09 '23 21:05 cuemarie

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

Aurorum avatar Feb 24 '24 15:02 Aurorum

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.

CodeAllNightNDay avatar Aug 14 '24 16:08 CodeAllNightNDay