Site logo

Archived topic

Split Template - Align menu toggle right

5 replies · Started by Paul on April 9, 2020

Viewing posts 1–6 of 6

Hi,
Hope all GP staff are keeping well.

I'm using the Split template and the mobile menu toggle is set to show on the left.
Is there a way to move that to the right?

Thanks,
Paul

Hi there,

try this CSS:

#mobile-header .inside-navigation .mobile-bar-items {
    order: -1;
    margin-left: unset;
    margin-right: auto;
}

Thanks David, it's not worked though I'm afraid.
I've added the URL to the orginal post incase you need it.

thanks alot,

Aah that code will work if the nav search is enabled.
Without the search use this code:

#mobile-header .menu-toggle {
    margin-left: auto;
}

Sorry for not replying / thanking you David.
That works perfectly so thanks very much!

Glad to hear that

This archived topic is closed to new replies.