# Problema con la chat box e il contenuto sotto l'intestazione su mobile

**URL:** https://meta.discourse.org/t/chat-box-and-after-header-content-issue-on-mobile/320806
**Category:** Support
**Tags:** chat
**Created:** [8 Agosto 2024, 9:58pm UTC](https://meta.discourse.org/t/chat-box-and-after-header-content-issue-on-mobile/320806 "2024-08-08T21:58:23Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [10 Agosto 2024, 3:21am UTC](https://meta.discourse.org/t/chat-box-and-after-header-content-issue-on-mobile/320806/5 "2024-08-10T03:21:08Z")

</div>

Ciao 👋 Perché non puoi nascondere gli annunci nella chat? È perché vuoi che gli annunci siano lì o per un motivo tecnico? Potrebbe essere mirabile con CSS separatamente alla chat.

Qualcosa come:  
Cambia `your-ads-class` nella classe che puoi puntare a house-ad.

```scss
body.has-full-page-chat {
  .your-ads-class {
    display: none;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/chat-box-and-after-header-content-issue-on-mobile/320806)._
