# New /about banner cut off on mobile

**URL:** https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354
**Category:** UX
**Created:** [September 1, 2024, 1:29am UTC](https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354 "2024-09-01T01:29:30Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [September 2, 2024, 1:42am UTC](https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354/5 "2024-09-02T01:42:21Z")

</div>

The new about banner ATM is more configured for Desktop.

Add this to your mobile CSS in a custom TC.

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

```

 ![In the image, there's a promotional advertisement for a service named "Xtropolis.one," which seems to be related to virtual reality technology. The ad displays an array of vibrant neon lights and futuristic elements, suggesting a cutting-edge tech theme. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/b/5/5/b55f6066e47545771578eb849828ba298a55ece7.jpeg)

Topic on new about page here

> [@New and improved About page at /about is live](https://meta.discourse.org/t/new-and-improved-about-page-is-live/324212/1):
>
> We’ve redesigned the /about page in Discourse. Learn more about configuration options in the documentation topic: [Understanding and customizing the About page](https://meta.discourse.org/t/understanding-and-customizing-the-about-page/332161) You can see it right here by heading to [/about](https://meta.discourse.org/about). Here’s a screenshot: Notable additions Banner image at the top of the page Extended description that supports HTML/markdown 2-columns layout to reduce the amount of white space on wide screens Expandable/collapsible lists of admins and mode…

---

_[View the full topic](https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354)._
