[Resolved] Mobile Menu Label dissapear

Home Forums Support [Resolved] Mobile Menu Label dissapear

Home Forums Support Mobile Menu Label dissapear

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1114215
    Tan

    My mobile menu label didn’t show up on mobile. How can I fix it?
    Link to image

    #1114271
    David
    Staff
    Customer Support

    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;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.