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
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?