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?
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?
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:
Intro to CSS - https://goo.gl/mFuWQT
How to get CSS selectors - https://goo.gl/BmoH39
CSS important rule - https://stackoverflow.com/questions/9245353/what-does-important-mean-in-css
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.