New /about banner cut off on mobile

Good morning!

I have noticed on the /about page on mobile (iPhone 13 Pro, Google Chrome, but this shouldn’t make a difference)

This may be by design and is unfixable, however, just putting something here :slight_smile:

3 Likes

Can reproduce on Android A14, Chrome.
I think the reason is that that is an image, and won’t be able to wrap. Likely not intended.

3 Likes

The new about banner ATM is more configured for Desktop.

Add this to your mobile CSS in a custom TC.

.about__banner {
  width: calc(120%);
  max-width: 392px;
  margin-left: -0.50em;
  padding-bottom: 0.5em;
}

Topic on new about page here

2 Likes

This should fix the problem:

We may add support for uploading a different image with different dimensions for mobile, but for now the PR above should improve the situation a lot on mobile.

3 Likes

Hmm… it is mostly fixed, but not fully.

Hmmm it looks ok on my phone (iPhone 15 Pro):

What is your device and browser?

Yeah, looks good for me on iPhone 13 Pro/Chrome

Android A14, Chrome.

1 Like

@NateDhaliwal the issue you were seeing should now be fixed:

3 Likes

Nice! I was wondering, should the text in the image be centered if on mobile?

1 Like