Mobile menu display issue

I am having an issue with the mobile menu on a client site. It has been working fine for a year or so. Not sure what changed. I checked it in Firebug and do not see what is causing the issue. It seems to work fine in the template customizer and in landscape view on the phone but when you go to portrait of 320px it disappears. Can you look at it and please advise.

Thank you.

https://www.fogel-anderson.com/

Hi there,

Thanks for writing in! Your logo is pushing your mobile menu down, it’s there but it’s being pushed by the logo. To fix the issue please add the following code in the Theme Options > CSS:

@media screen and (max-width: 480px) {
    .x-brand img {
        width: 200px !important;
    }
}

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.