Best way to move hamburger to left

Hey everyone. Probably a stupid question but I was wondering the best way to move the hamburger icon to the left of the page while on smaller devices. There are a bunch of different sections to the menu bar, the menubar parent, and the sub sections for the menu and the menu button. Which should I select to style and which parameter is best to get it to sit on the left without messing with any of the behavior. Thanks!

Hi. Select menu button and give it class “menu button” then float: left. You can then give logo container float right in the same way.

1 Like