Site logo

Archived topic

Mobile menu: swap position of search icon and hamburger menu

13 replies · Started by Michael on March 31, 2019

Viewing posts 1–14 of 14

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

I don't mind sharing the site, but it's in development and you'll need to tweak your hosts file like this to see it:

146.66.113.68 wayofadog.com http://www.wayofadog.com

My impression is that the standard mobile layout is hamburger menu on the left, search on the right; I'm just asking how to reverse those positions. Thanks.

No, mobile header is currently OFF. However, even if it's on, the position of the hamburger menu relative to the search icon does not change.

Yes I know. Just need to know so I can get the CSS right:

.main-navigation .mobile-bar-items {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.main-navigation:not(.slideout-navigation) .mobile-bar-items+.menu-toggle {
    text-align: right;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know :)

Hmm...that is odd. Currently the only way to see the site is to modify your hosts file like this:

146.66.113.68 wayofadog.com http://www.wayofadog.com

That's the only live view available.

Can you first make sure to clear any caching plugin you might have and make sure you are using the latest version for the theme and premium plugin?

GP Premium Version 1.7.8
Theme Version: 2.2.2

All caching disabled (because I'm building the site)

I'm still not able to see the site even after modifying the host file.

I think the issue is that I'm running the beta version and the CSS for mobile has been updated a bit so we can achieve the request like yours easier.

Do you mind giving the beta version a shot since you are on development site anyways?
https://generatepress.com/gp-premium-1-8/

Let me know :)

Thanks Leo, but I think I'll need to revisit this issue a little later. I don't want to take the chance of something going wrong with an alpha version of the theme while I'm trying to get this site out the door in the next few days. I'll get back to you when the site goes live, which will make access easier, and by that time, the production version of 1.8 will likely be available as well. Thank you.

Good idea.

Just comment here again when you need another look :)

This archived topic is closed to new replies.