Site logo

Archived topic

Toggle menu on the left side with centered logo.

3 replies · Started by Ireneusz on December 9, 2020

Viewing posts 1–4 of 4

Hi guys,

I'm trying to move my toggle menu in my primary navigation from right to left in web view (it's currently on the left on tablets and mobile).

I tried to find answers in other topics, but I couldn't fit it with my current CSS.
Thank you for any help with tweaking the CSS.

Hi there,

try adding this CSS:

.main-navigation li.slideout-toggle {
    order: -1;
}

Wizard! Perfect, thank you!

You're welcome

This archived topic is closed to new replies.