“Hamburger menu”/ mobile menu displays off the screen
-
I am using the css code to better align my primary menu on the desktop view.
div#main-navigation {
margin-left: -165px !important;
}But when the menu changes to the Hamburger/mobile menu, it pushes the menu items off the screen where users can see them.
What CSS code changes do I need to do to make the mobile menu display with the “margin-left: -0px” which displays correctly?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘“Hamburger menu”/ mobile menu displays off the screen’ is closed to new replies.