Site logo

Archived topic

Mobile menu toggle right whene navigation is set center or left in customizer

3 replies · Started by Mikko on December 28, 2020

Viewing posts 1–4 of 4

Hi,

I would want the mobile menu toggle always stay right (but left to navigation search) no matter what I've set in the customizer as the navigation alignment.

I have attached demo site in the private information. Hope that clarifies.

Thank you very much.

Hi there,

try adding this CSS:

.main-navigation.has-branding:not([class*="nav-align-"]):not(.mobile-header-navigation) .menu-bar-items {
    margin-left: unset !important;
}

That worked but I had to add the CSS to media query because with desktop navigation the search didn't stick to right.

Thank you.

Glad to be of help

This archived topic is closed to new replies.