Hi,
The mobile menu on my site doesn’t expand. Can you tell me how to get it up and running properly?
Hi rashaadk!
Thanks for reaching out to us!
Could you please ensure that you are using the latest versions of WordPress and the theme. Also try deactivating the plugins you installed and try loading the main menu on mobile again. Ensure to clear your browser’s cache each time. Let me know if you have also made any changes to the theme’s code.
If you still need assistance, please provide login details to your site.
Best regards,
Jordan
I have completed all of the options that you have mentioned. I just updated the theme and the problem still exists.
Hey!
Could you please provide login credentials to your site, so that we can have a closer look. You can place the login information in the Private Content section of your reply.
Best regards,
Jordan
Hi,
I have provided the details that you requested.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.show_mobile_menu #mobile-advanced {
-webkit-transform: translate(0, 100%)!important;
-moz-transform: translate(0, 100%)!important;
-ms-transform: translate(0, 100%)!important;
transform: translate(0, 100%)!important;
}
Best regards,
Yigit
That worked! Now how do I change the background color of the menu?
Hey!
In the custom.css there is this code on line 74:
@media only screen and (max-width: 767px){
.html_mobile_menu_tablet #mobile-advanced {
background-color: red;
}}
If you placed that code there, then I guessed you figured out how to change the background color. If not, you can edit the color there.
Best regards,
Jordan