[Resolved] Only mobile menu not working

Home Forums Support [Resolved] Only mobile menu not working

Home Forums Support Only mobile menu not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1193560
    Grega

    Hi there,

    while our normal menu (header) is working well on desktop and tablets, there is no menu seen on actual mobile phones.

    I tried disabling different plugins, but I couldn’t see any error.

    Any tips on how we can solve that?

    Thanks!

    #1193641
    David
    Staff
    Customer Support

    Hi there,

    there is this CSS which is pulling the page up over the mobile header:

    @media (max-width: 768px) {
        #page {
            margin: -75px 15px 0 15px;
        }
    }

    If you can disable your Cache plugin ill be able to see where it has been added.

    #1194556
    Grega

    Thanks a lot, David! 🙂

    #1194567
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.