[Resolved] Toggle menu on the left side with centered logo.

Home Forums Support [Resolved] Toggle menu on the left side with centered logo.

Home Forums Support Toggle menu on the left side with centered logo.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1572621
    Ireneusz

    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.

    #1572704
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

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

    Wizard! Perfect, thank you!

    #1572774
    David
    Staff
    Customer Support

    You’re welcome

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