Archived topic
Mobile Menu Label dissapear
1 reply · Started by Tan on December 26, 2019
Viewing posts 1–2 of 2
My mobile menu label didn't show up on mobile. How can I fix it?
Link to image
Hi there,
looks like your cache plugin is messing up the order of the CSS, try adding this CSS to correct that:
@media (max-width: 768px) {
.main-navigation button.menu-toggle {
display: block !important;
}
}
This archived topic is closed to new replies.