SOLVED: WP 7.0 CSS causing issue with Bricks' boxed layout

WordPress 7.0 comes with..

:where(body) {
    margin: 0;
}

Which overrides

body.brx-boxed {
    margin: 0 auto;
}

Because of the @layer

It means any boxed layouts will no longer be centered from WP7.0, they’ll be pushed to the left of the viewport.

1 Like

Hi David,
Thanks so much for your report!

I reproduced the issue and added it to our bug tracker.
We’ll update this thread once it’s fixed.

Best regards,
timmse

We’ve addressed this in Bricks 2.3.5, now available as a one-click update in your WordPress Dashboard.

Please read the changelog entry before updating, and let us know if you experience any issues.