Can’t remove extra hamburger menu
-
Hi all,
When I view my site on mobile I get an extra (unresponsive) hamburger menu appear in the top right hand corner above the max mega menu hamburger which works fine.
I’ve tried various CSS codes to try to hide it but to no avail. One example is:
@media (max-width: 782px) {
.navigation-bar {
display: none !important;
}
}But this doesn’t seem to work.
Can anyone help? The theme is Bootstrap Starter.
Thanks,
AdamThe 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 ‘Can’t remove extra hamburger menu’ is closed to new replies.