Mobile menu not showing up depending on width
-
Hi. On a computer my menu appears at the top.
On a cellphone there’s the three lines and the word Menu.That’s fine.
But with a device that has a screen width wider than a phone but narrower than a computer, there’s no menu at the top and no menu bar like for a cell phone.
Somewhere there must be a setting that defines the width at which the regular menu disappears, and another setting for where the mobile menu kicks in. And they should be the same. But I can’t find them.
I tried both with and without the Mega Menu plugin. No difference. Their documentation talks about the responsive breakpoint but I don’t know where to find that in the Virtue theme.
I do have this line in my css that I think you gave me for something:
@media (min-width: 992px) {
.col-md-4.clearfix.kad-header-left {
display: none;
}I tried changing the 992 to a much smaller number but it didn’t help.
The page I need help with: [log in to see the link]
- The topic ‘Mobile menu not showing up depending on width’ is closed to new replies.