[Support request] how to change Slideout Navigation

Home Forums Support [Support request] how to change Slideout Navigation

Home Forums Support how to change Slideout Navigation

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #602384
    Phat

    Dear,

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

    Thanks,
    Phat

    #602385
    Phat
    #602386
    Phat

    Sorry, I want to change Slideout Navigation from right to left. You can see my website https://www.mavachshop.com

    #602435
    David
    Staff
    Customer Support

    Hi Phat,

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

    #602436
    Phat

    but i want change Slideout Navigation button from right to left

    Thanks

    #602438
    Phat

    null

    #603167
    Tom
    Lead Developer
    Lead Developer

    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/

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.