Eliminate hamburger in Mobile width
-
My clients do not want the navigation bar to turn into a hamburger at mobile widths. They want it to remain as a bar of links at all widths. I’ve done this with other themes, but I’m not seeing it now. I’ve found how to make the hamburger go away,
.btn-menu{
display: none !important;
}But I don’t see where the regular navbar is being told to go away, so I can tell it to stick around.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Eliminate hamburger in Mobile width’ is closed to new replies.