[Resolved] Split Template – Align menu toggle right

Home Forums Support [Resolved] Split Template – Align menu toggle right

Home Forums Support Split Template – Align menu toggle right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1232746
    Paul

    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

    #1232766
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    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,

    #1234498
    David
    Staff
    Customer Support

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

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

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

    #1364199
    David
    Staff
    Customer Support

    Glad to hear that

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