Tagged: mobile menu
Hi,
after the updatig of the theme, the mobile menu doesn’t exist.
I tried to solve by css but i can’t.
What do you suggest as solution? It is the site of an important client so i need to fix it asap.
Kind regards
Hey genno,
Can you please try re-updating the theme via FTP and overwrite all files –
http://kriesi.at/documentation/enfold/updating-your-theme-files/ ?
Best regards,
Jordan Shannon
Ok, but doing this i will lose everything about my graphic costumization, is it true?
I re-updating the theme via FTP and overwrite all files but it doesn’t work…
Hi,
There’s some conflicting custom css that’s why it doesn’t show up, can you try adding this css code at the bottom of Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) {
#top span.av-hamburger-box,
#top .av-hamburger-inner,
#top .av-hamburger-inner::before,
#top .av-hamburger-inner::after {
width: 35px !important;
}
}
Hope this helps :)
Best regards,
Nikko