# FlairImage in Random Position

**URL:** https://meta.discourse.org/t/flairimage-in-random-position/69015
**Category:** Support
**Created:** [August 29, 2017, 10:21pm UTC](https://meta.discourse.org/t/flairimage-in-random-position/69015 "2017-08-29T22:21:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![barreeeiroo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/barreeeiroo/32/165264_2.png) [@barreeeiroo](https://meta.discourse.org/u/barreeeiroo)
#### Post date: [August 29, 2017, 10:21pm UTC](https://meta.discourse.org/t/flairimage-in-random-position/69015/1 "2017-08-29T22:21:03Z")

</div>

Could anyone help me?  
Avatar Flair Images appear at the right bottom corner of the screen

 ![image](https://global.discourse-cdn.com/meta/original/3X/c/3/c31329fd1e3a588238d83fd00c7a0e209c51b1bb.png)

It’s on DesktopView  
On MobileView it doesn’t display 😕

* * *

Plugins Installed:

```plaintext
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/davidtaylorhq/discourse-whos-online.git
          - git clone https://github.com/discourse/discourse-translator.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-cakeday.git
          - git clone https://github.com/discourse/discourse-assign.git
          - git clone https://github.com/discourse/discourse-signatures.git
          - git clone https://github.com/discourse/discourse-push-notifications.git
          - git clone https://github.com/discourse/discourse-staff-notes.git
          - git clone https://github.com/vinkas0/discourse-branding.git
          - git clone https://github.com/discourse/discourse-presence.git
          - git clone https://github.com/discourse/discourse-voting.git
          - git clone https://github.com/Ebsy/discourse-nationalflags.git
          - git clone https://github.com/discourse/discourse-adplugin.git
          - git clone https://github.com/sekhat/discourse-yuml.git
          - git clone https://github.com/berlindiamonds/discourse-sync-base
          - git clone https://github.com/xfalcox/discourse-backups-to-dropbox.git discourse-sync-to-dropbox
          #- git clone https://github.com/gdpelican/babble.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
          - git clone https://github.com/angusmcleod/discourse-quick-messages.git
          - git clone http://www.github.com/gdpelican/retort.git
          - git clone https://github.com/vinkas0/discourse-navigation.git

```

Any idea what can make it so random?

---

<div class="post-metadata">

### Author: ![Yuun](https://avatars.discourse-cdn.com/v4/letter/y/977dab/32.png) [@Yuun](https://meta.discourse.org/u/Yuun)
#### Post date: [August 29, 2017, 10:49pm UTC](https://meta.discourse.org/t/flairimage-in-random-position/69015/2 "2017-08-29T22:49:48Z")

</div>

I don’t know what put it there, so well, but this line in your CSS:

```plaintext
.topic-avatar {
  position: static;
}

```

Appears to be the culprit, it’s normally:

```plaintext
.topic-avatar {
  position: relative;
}

```

Also - not random, always at the bottom right of your post. 😛

---

<div class="post-metadata">

### Author: ![barreeeiroo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/barreeeiroo/32/165264_2.png) [@barreeeiroo](https://meta.discourse.org/u/barreeeiroo)
#### Post date: [August 29, 2017, 11:11pm UTC](https://meta.discourse.org/t/flairimage-in-random-position/69015/3 "2017-08-29T23:11:58Z")

</div>

Thanks, thag solved the problem 👍  
I made a rapid fix by creating a new theme and importing it with custom CSS

Tomorrow I will look and see what’s causing that bug

* * *

> [@Yuun](#):
>
> Also - not random, always at the bottom right of your post. 😛

😜

Well, yeah… 😅

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [August 29, 2017, 11:47pm UTC](https://meta.discourse.org/t/flairimage-in-random-position/69015/4 "2017-08-29T23:47:12Z")

</div>

Someone has reported having problems with the yuml plugin if you may be interested:

> [@Markdown not working on my discourse](https://meta.discourse.org/t/markdown-not-working-on-my-discourse/68906):
>
> Hi all, Markdown is not working on my discourse somehow. where to look for troubleshoot it? URL : [unitedbsd.com](http://unitedbsd.com) Thanks in Advance, Jay

---

<div class="post-metadata">

### Author: ![barreeeiroo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/barreeeiroo/32/165264_2.png) [@barreeeiroo](https://meta.discourse.org/u/barreeeiroo)
#### Post date: [August 30, 2017, 12:09am UTC](https://meta.discourse.org/t/flairimage-in-random-position/69015/5 "2017-08-30T00:09:04Z")

</div>

In my community it’s working with yUML

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [June 8, 2024, 12:44pm UTC](https://meta.discourse.org/t/flairimage-in-random-position/69015/6 "2024-06-08T12:44:13Z")

</div>

This topic was automatically closed after 2474 days. New replies are no longer allowed.
