Site logo

Archived topic

switch site logo and hamburger menu in menu header area

3 replies · Started by TWMA Support on March 19, 2020

Viewing posts 1–4 of 4

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.

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;
}

perfect thanks

You're welcome

This archived topic is closed to new replies.