Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #600564

    Hi,

    The mobile menu on my site doesn’t expand. Can you tell me how to get it up and running properly?

    #600795

    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

    #600904

    I have completed all of the options that you have mentioned. I just updated the theme and the problem still exists.

    #601362

    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

    #602848

    Hi,

    I have provided the details that you requested.

    #603052

    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

    #603520

    That worked! Now how do I change the background color of the menu?

    #603578

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.