Moving the hamburger icon menu back to the left

Hello everyone, recently you helped me with this code to put the hamburger icon menu to the right. I deleted the code to put it back to the left (on the phone version) but nothing happened. What can I do ?

The domain is www.e-manoir.com

Thanks a lot !

Robin

Hi @r0bin

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Theme.css

@media only screen and (max-width: 999px){
nav.header__mobile-nav.hidden-lap-and-up {
    order: 0 !important;
    margin-left: 0px !important; 
    margin-right: 20px !important;
}
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

1 Like