Tagged: menu
Hi
I have 2 problems.
1. When I select Menu button style colored or bordered it is not working. The last time I was told to update the latest version. I did it and it is still not working.
2. My menu for mobile is not working perfectly.
I hope you can solve me those problems.
Best regards
Hey okssalab,
Thank you for using Enfold.
Did you update the whole theme? Please get a fresh copy the css > layout.css file then override the current one. The mobile menu is there but the default/desktop menu is still visible on mobile view because the following css declaration is missing.
@media only screen and (max-width: 767px) {
.responsive #top .av-main-nav .menu-item {
display: none;
}
}
Best regards,
Ismael
I updated whole theme and I have the newest version.
Don’t know what that means: “Please get a fresh copy the css > layout.css file then override the current one”
Mobile menu is not working. I copied and pasted in quick css.
Still not working.
Thanks