# Change where who's-online appears on the page

**URL:** https://meta.discourse.org/t/change-where-whos-online-appears-on-the-page/262970
**Category:** Development
**Tags:** whos-online
**Created:** [April 26, 2023, 2:48pm UTC](https://meta.discourse.org/t/change-where-whos-online-appears-on-the-page/262970 "2023-04-26T14:48:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![OsaIsacson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osaisacson/32/263464_2.png) [@OsaIsacson](https://meta.discourse.org/u/OsaIsacson)
#### Post date: [April 26, 2023, 2:48pm UTC](https://meta.discourse.org/t/change-where-whos-online-appears-on-the-page/262970/1 "2023-04-26T14:48:13Z")

</div>

I’m trying to move the plugin who’s online from here:

 ![Screenshot 2023-04-26 at 16.42.59](https://global.discourse-cdn.com/meta/original/4X/3/3/c/33cb2b8c57542ef63ecf04435dcbb975b72b4f6f.jpeg)

…to here:

 ![Screenshot 2023-04-26 at 16.42.38](https://global.discourse-cdn.com/meta/original/4X/a/2/9/a294a24693407bacb7d44be5825b6ab1561325c8.jpeg)

Any clues?

Here is a live example: [https://bygg.boihop.co/](https://bygg.boihop.co/)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [April 26, 2023, 7:20pm UTC](https://meta.discourse.org/t/change-where-whos-online-appears-on-the-page/262970/2 "2023-04-26T19:20:24Z")

</div>

It looks like your välkommen banner is added to a plugin outlet called `above-main-container` if you add `{{whos-online}}` to the top of the `.hbs` file that contains that banner’s HTML it should appear where you want it.

Then you’ll need to hide it from the original position, which can be done with CSS:

```css
.discovery-list-container-top-outlet.online_users_widget {
  display: none;
}

```

---

<div class="post-metadata">

### Author: ![OsaIsacson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osaisacson/32/263464_2.png) [@OsaIsacson](https://meta.discourse.org/u/OsaIsacson)
#### Post date: [August 11, 2023, 9:10am UTC](https://meta.discourse.org/t/change-where-whos-online-appears-on-the-page/262970/3 "2023-08-11T09:10:22Z")

</div>

Wonderful, awesome and great. Worked like charm. 🙏

---

<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: [September 10, 2023, 9:10am UTC](https://meta.discourse.org/t/change-where-whos-online-appears-on-the-page/262970/4 "2023-09-10T09:10:55Z")

</div>

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