# Hoe plaats ik de welkomsttekst boven de iconen?

**URL:** https://meta.discourse.org/t/how-to-put-the-welcome-text-above-the-icons/270640
**Category:** Support
**Tags:** welcome-link-banner
**Created:** [12 december 2022 om 08:38 UTC](https://meta.discourse.org/t/how-to-put-the-welcome-text-above-the-icons/270640 "2022-12-12T08:38:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![UnitedFreedom](https://avatars.discourse-cdn.com/v4/letter/u/ac91a4/32.png) [@UnitedFreedom](https://meta.discourse.org/u/UnitedFreedom)
#### Post date: [12 december 2022 om 08:38 UTC](https://meta.discourse.org/t/how-to-put-the-welcome-text-above-the-icons/270640/1 "2022-12-12T08:38:22Z")

</div>

Amazing banner! Thanks!

Is there any way to prevent the responsive layout on large screens from moving the welcome text on the left? I would like it to remain on the top for all screen sizes. Thanks 🙂

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/2/3/9233e4cfaea82b272a1e1035bf19cf935905b3ea.png)

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [5 juli 2023 om 11:48 UTC](https://meta.discourse.org/t/how-to-put-the-welcome-text-above-the-icons/270640/2 "2023-07-05T11:48:05Z")

</div>

This does the trick ✨:

```scss
.welcome-wrapper {
    display: block !important;
    .welcome-content {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

```

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/3/3/83305fb870386d6b4d572d697e57334e37b5f798.png)

 ![image](https://global.discourse-cdn.com/meta/original/4X/f/6/0/f6054b69936fa825bb3071c4ac7c531e5c2e21f6.png)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [4 augustus 2023 om 11:48 UTC](https://meta.discourse.org/t/how-to-put-the-welcome-text-above-the-icons/270640/3 "2023-08-04T11:48:46Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
