[Resolved] switch site logo and hamburger menu in menu header area

Home Forums Support [Resolved] switch site logo and hamburger menu in menu header area

Home Forums Support switch site logo and hamburger menu in menu header area

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1199617
    TWMA Support

    Hi

    For the general content pages, I would like the emblem on the right and hamburger menu on the left. For the home page I just need the hamburger menu on the left as opposed to the right (no emblem on that page).

    Cant see how to best do this in the settings and think it may need some custom css.

    Suggestions for a fix please.

    #1199631
    David
    Staff
    Customer Support

    Hi there,

    remove this CSS to fix the alignment on the Home page:

    .home .main-navigation:not(.slideout-navigation) .main-nav {
        margin-left: auto;
    }

    And then add this CSS:

    .main-navigation:not(.slideout-navigation) .main-nav {
        order: -1;
        margin-right: auto;
    }
    .navigation-branding {
        margin-right: unset;
    }
    #1199635
    TWMA Support

    perfect thanks

    #1199638
    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.