ucsc / ucsc-2022

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

Responsive issue with two columns #154

Closed luckyluke007 closed 1 year ago

luckyluke007 commented 1 year ago

The text is overlapping on the image iPhone 8 Pro plus on landscape view

Screenshot 2022-11-10 at 7 25 07 AM
knice commented 1 year ago

Can you provide a link to a page with an example of this issue?

luckyluke007 commented 1 year ago

Fixed the top using media block, but the news section image just extended beyond the column.

In Safari, the all images are all extended beyond the container (footer social media, header logo, footer logo).

Chrome, just News block on the hompage.

https://cpevc.wordpress.ucsc.edu/

luckyluke007 commented 1 year ago

It looks like this is the issue..

.wp-block-column * {
min-width: fit-content; 
word-break: inherit;
}

the min-width: fit-content; caused the images to expand.

luckyluke007 commented 1 year ago

Looks like the problem is gone after Kumar updated Gutenberg.