-
AuthorPosts
-
March 18, 2016 at 10:46 pm #600564
Hi,
The mobile menu on my site doesn’t expand. Can you tell me how to get it up and running properly?
March 20, 2016 at 3:17 am #600795Hi 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,
JordanMarch 20, 2016 at 10:24 pm #600904I have completed all of the options that you have mentioned. I just updated the theme and the problem still exists.
March 21, 2016 at 5:07 pm #601362Hey!
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,
JordanMarch 24, 2016 at 12:27 am #602848Hi,
I have provided the details that you requested.
March 24, 2016 at 2:13 pm #603052Hi!
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,
YigitMarch 25, 2016 at 1:53 am #603520That worked! Now how do I change the background color of the menu?
March 25, 2016 at 7:23 am #603578Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
