ucsc / ucsc-2022

Official WordPress theme for UC Santa Cruz
6 stars 0 forks source link

Aligned images breaking out of content region #257

Closed knice closed 8 months ago

knice commented 10 months ago

We need to figure this one out. I think Rich Tabor has a blog post we should read to resolve this.

screenshot-2023-08-16-160909

Herm71 commented 8 months ago

A solution for this issue is discussed in the WordPress/gutenberg repo in Issue #37504 .

adding margin-left: calc((100% - var(--wp--style--global--content-size)) / 2) !important; to body .is-layout-constrained > .alignleft and body .is-layout-constrained > .alignright fixes the issue.