Site logo

Archived topic

how to change Slideout Navigation

6 replies · Started by Phat on June 17, 2018

Viewing posts 1–7 of 7

Dear,

I want to change Slideout Navigation from left to right. Could you help me?

Thanks,
Phat

Hi Phat,

the Customiser > Layout > Slideout Navigation > Side.
You can choose left or right.

but i want change Slideout Navigation button from right to left

Thanks

null

Hi there,

Sorry for not getting back to you sooner!

Try this CSS:

#menu-san-pham {
    display: flex;
}

.main-navigation li {
    order: 2;
}

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

Depending on your browser support needs, you may need to run that code through this tool: https://autoprefixer.github.io/

This archived topic is closed to new replies.