Cambiar dónde aparece who's-online en la página

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

…to here:

Any clues?

Here is a live example: https://bygg.boihop.co/

2 Me gusta

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:

.discovery-list-container-top-outlet.online_users_widget {
  display: none;
}
3 Me gusta

Wonderful, awesome and great. Worked like charm. :pray:

1 me gusta

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