Automattic / themes

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

Twenty Twelve - Background color applies to the entire page #7903

Closed rw-ye closed 2 days ago

rw-ye commented 2 days ago

Quick summary

The background color on the Twenty Twelve theme applies to the entire page, instead of just the background surrounding the page on AT sites.

Screenshot 2024-07-01 at 6 30 56 PM Screenshot 2024-07-01 at 6 31 18 PM

Simple sites are not impacted.

Steps to reproduce

  1. Make sure your site is Atomic
  2. Go to Appearance > Customize > Colors & Backgrounds
  3. Set the background color to any color.
  4. The color is applied to the entire page.

What you expected to happen

For the background color to apply to just the outside background and not impact the page content. Below is how it looks on a Simple site.

Screenshot 2024-07-01 at 6 35 28 PM

What actually happened

Background color impacts the entire page

Browser

No response

Context

No response

Platform (Simple, Atomic, or both?)

Atomic

Other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, easy to implement

Workaround details

CSS Workaround:

.site {
    background-color: #ffffff;
}
mrfoxtalbot commented 2 days ago

I cannot replicate this on my testing AT site https://mrfxvanillaat.wpcomstaging.com/

Screenshot 2024-07-01 at 16 38 58

I am going to close this as "cannot repro" but please feel free to reopen it if you can still replicate this consistently (no plugins, etc). If you can replicate, please share a direct link to the site. Thank you @rw-ye!