Mobile menu not working on one page

Hi there,

I created a separate menu for a sub-page, and the menu won’t open on mobile devices. Nothing happens when you click the menu button on this one page. Any idea why?

http://cattletime.com/tags/order

Hi Liz,

To fix it, you need to change this css code in Theme Options > CSS

.features .masthead {
    height: 50px;
}

with this

.features .masthead {
    height: auto !important;
}

Hope that helps.

It did, thank you!

Hi Liz,

Here are some related links of the suggestions above for further reading:

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