# Willkommens-Banner wird auf Desktop, aber nicht auf Mobilgeräten angezeigt

**URL:** https://meta.discourse.org/t/welcome-banner-shows-on-desktop-but-not-on-mobile/409078
**Category:** Support
**Created:** [2. August 2026 um 10:15 UTC](https://meta.discourse.org/t/welcome-banner-shows-on-desktop-but-not-on-mobile/409078 "2026-08-02T10:15:44Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [3. August 2026 um 11:34 UTC](https://meta.discourse.org/t/welcome-banner-shows-on-desktop-but-not-on-mobile/409078/4 "2026-08-03T11:34:13Z")

</div>

Richtig, wie Nate sagt, ist es so gewollt.

Es wird jedoch nur durch CSS gesteuert, sodass du es leicht anpassen kannst, indem du überschreibst:

```plaintext
@media (width < 40rem) {
    .welcome-banner {
        /* display: none; */
    }
}

```

zu `display: block` für mobile Geräte.

---

_[View the full topic](https://meta.discourse.org/t/welcome-banner-shows-on-desktop-but-not-on-mobile/409078)._
