# Quick Messages Plugin

**URL:** https://meta.discourse.org/t/quick-messages-plugin/39188
**Category:** Plugin
**Tags:** broken
**Created:** [February 8, 2016, 12:13am UTC](https://meta.discourse.org/t/quick-messages-plugin/39188 "2016-02-08T00:13:55Z")
**Posts on this page:** 1
**Showing post:** 441

<div class="post-metadata">

### Author: ![b481](https://avatars.discourse-cdn.com/v4/letter/b/a9adbd/32.png) [@b481](https://meta.discourse.org/u/b481)
#### Post date: [August 31, 2020, 2:24am UTC](https://meta.discourse.org/t/quick-messages-plugin/39188/441 "2020-08-31T02:24:42Z")

</div>

hey @angus **fantastic** plugin. Just wondering if you know of any way to move the icon in between the search and hamburger icons in the header? I’ve already tried this

> [@How can I change the order of buttons in header?](https://meta.discourse.org/t/how-can-i-change-the-order-of-buttons-in-header/162345/2):
>
> ```plaintext
> .d-header-icons { 
> display: flex;
> }
> 
> .header-dropdown-toggle.current-user { 
> order: 1; 
> }
> .header-dropdown-toggle.search-dropdown { 
> order: 2; 
> }
> .header-dropdown-toggle.hamburger-dropdown { 
> order: 3; 
> }
> 
> ```

but when I look in the CSS, it’s simply listed under “header-dropdown-toggle”. Have already tried

```
li.header-dropdown-toggle { 
  order: 2 !important; 

```

and just

```
header-dropdown-toggle { 
  order: 2 !important; 

```

However, that won’t work either. Do you know if there’s any solution to this?

---

_[View the full topic](https://meta.discourse.org/t/quick-messages-plugin/39188)._
