Setting width when hamburger (mobile) menu appears
-
I’ve added a logo into the header container and now it’s breaking the main navigation menu. Full screen is no problem, but as the browser window shrinks in size, the nav menu breaks the line at a certain width when it gets too close to the logo (so now the logo is in the top left and the nav menu floats bottom right and they are stacked on top of each other). If you keep shrinking the page, eventually the hamburger mobile menu (three lines) will pop up.
What do I need to change to get the responsive hamburger menu to pop up sooner and prevent the line break? With my intermediate knowledge of coding, I think it has something to do with “@media screen and (max-width: 800px)”? I’ve tried adjusting this but nothing works. How can I adjust the width? Thanks in advance.
- The topic ‘Setting width when hamburger (mobile) menu appears’ is closed to new replies.