andrea grossi
asked 10 years ago

There is a bug with the menu icon when i visit my website with a smarthphone: the icon not remain fix on the top but go below and it become not clickable.
Thanks 

3 Answers
Wilfred
answered 10 years ago

Hi Andrea,
Can you please provide me your site URL and admin account (via private answer) for further checking?

Wilfred
answered 10 years ago

I have checked your site on the iPhone 4 and seen that the menu icon still works fine for me without any problem.
To have better assistance, could you kindly provide me further information of the smartphone that you used for testing?

andrea grossi
replied 10 years ago

I use a nexus i9250

Wilfred
answered 10 years ago

To resolve this issue please add following code to Dashboard / Appearance / Customizer / Custom code / Header code

<style>
@media (max-width: 1024px) {
.navbar-toggle,
.nav-main,
.sidebar-primary {
top: 0;
}
</style>

Hope this helps!

Powered by DW Question & Answer Pro