# Banner delle categorie

**URL:** https://meta.discourse.org/t/category-banners/86241
**Category:** Theme component
**Tags:** official, category-banners
**Created:** [26 Aprile 2018, 6:05pm UTC](https://meta.discourse.org/t/category-banners/86241 "2018-04-26T18:05:47Z")
**Posts on this page:** 1
**Showing post:** 235

<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: [1 Settembre 2024, 9:10am UTC](https://meta.discourse.org/t/category-banners/86241/235 "2024-09-01T09:10:57Z")

</div>

> [@thaidb](#):
>
> ![image](https://global.discourse-cdn.com/meta/original/4X/f/0/1/f01340d88d866335bb98b8a7ccd0846f09d6d00b.png)
> 
> Utilizzo il plugin [Who Online](https://meta.discourse.org/t/discourse-whos-online-plugin/52345) e i due componenti di visualizzazione sono attaccati tra loro: come posso mantenerli a una distanza ragionevole?

Puoi risolvere con un po’ di CSS.

Crea un nuovo componente del tema in #Customization e aggiungi questo al CSS comune:

```plaintext
// Personalizzazione di Chi è Online
.discovery-list-container-top-outlet.online_users_widget {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
}

```

Puoi anche aggiungere colori di sfondo personalizzati, bordi, ecc.

---

_[View the full topic](https://meta.discourse.org/t/category-banners/86241)._
