Site logo

Archived topic

Buttons' location in mobile navigation

18 replies · Started by Rolandas on May 4, 2018

Viewing posts 16–19 of 19

I tried. But I really do not know how.
Maybe the problem is not cache?
If I turned OFF Mobile Header (Customize > Layout > Header > Mobile Header OFF) navigation logo is OK, but searh button on mobile view is not (menu button shoud be on the right ant search button on left)

Hi you can try this CSS to re-order the mobile navigation:

@media (max-width: 768px) {
    .main-navigation .inside-navigation {
        display: flex;
    }
    .main-navigation .inside-navigation .mobile-bar-items {
        margin-left: auto;
    }
}

Thank you

You're welcome. Glad we could help.

This archived topic is closed to new replies.