Site logo

Archived topic

Position Hamburger menu to yhe left and above website icon

9 replies · Started by eran on August 15, 2022

Viewing posts 1–10 of 10

Hi,
How can i change my hamburger menu to the left and make it above my website icon?

Sure.

Hi Eran,

You can try adding this CSS in Appearance > Customize > Additional CSS:

@media (max-width: 768px) {
    body {
        display: flex;
        flex-direction: column;
    }

    nav#site-navigation {
        order: -1;
    }
    .main-navigation .menu-toggle {
        text-align: left;
    }
}

Thanks it work.
how can i make it on the left side and make the "Menu" text disappear?

I dont see the option to disable the menu text

Thanks!
on mobile my website is wider than screen.
do you know why and how can i fix it?

I can’t seem to replicate the issue from my end? Can you try clearing cache, and if that doesn't work, try viewing it on a different device to test?

This archived topic is closed to new replies.