Site logo

Archived topic

Search Icon should be to the left of menu icon

17 replies · Started by Christoph on June 26, 2017

Viewing posts 1–15 of 18

By default, it seem, the search icon is positioned to the right of the menu icon in mobile view. How can I make sure that the menu icon is always on the right? In fact, I think that should be the default, as it is common practice.

Mobile screenshot showing search icon to the right of the hamburger icon

Hi there,

Are you using the mobile header?

Yes, I guess that's what it's called.

Good point.

Can you try this?:

.mobile-header-navigation .mobile-bar-items, 
.mobile-header-navigation .menu-toggle {
    float: none !important;
    display: inline-block;
}

.mobile-header-navigation {
    text-align: right;
}

I tried it but it doesn't change the appearance at all.

I have sticky menu enabled. Did you try under those conditions?

Otherwise I can create a login for you.

I removed it again because it didn't work. Now I added it back and cleared the cache. (But still not working.)

BTW: I was assuming that I do not need to clear the cache in order to see changes in the preview. Isn't that so?

Still not seeing it as being added.

Maybe try disabling any caching/autoptimize plugins for now just to test.

Caching is fun like that, it needs to be rebuilt after every single change.

I don't understand why you don't see it because it's there:

https://www.screencast.com/t/8ytJPXpf8

And I don't understand why you wanted a login if you're not using it.

I turned autoptimize off now but I still don't understand why that would make a difference because all other changes show up immediately in the preview when I change the custom CSS, so why wounldn't this?

Ah yea, that looks like the issue.

Yes and no. Yes, there was a curly bracket too many, but no, this did not solve the issue.

This archived topic is closed to new replies.