Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #362146

    Hi,

    I love Enfold, but my mobile menu is only working half….. and for this problem a didn’t found anything here….

    WP 4.01
    Enfold 3.04
    Woocommerce and all plugins for Wooc. deaktivated….

    Half means:
    I only see a small Border, not the icon for mobile menu.
    WITH mouse over it – i see the mobile menu ICON.
    The mobile menu is working always.

    css problem?

    Can you help me?

    THANKS A LOT!!

    Georg

    #362578

    Hey Georg!

    Try adding this to your custom CSS.

    #menu-item-search {
        width: 35px !important;
    }

    Cheers!
    Elliott

    #362853

    Hi Elliott,

    thanks for your help.

    I did it – your code is in my css.
    Nothing changed….. Is the mobile menu = menu item SEARCH?
    I don’t know, so my question…..

    What can i do?

    Thanks!

    Georg

    #363391

    Hey!

    The default color has been changed. I don’t know why. Add this on Quick CSS or custom.css:

    #advanced_menu_toggle, #advanced_menu_hide {
    color: #ffffff;
    border-color: #e1e1e1;
    }
    
    .header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link {
    color: #ffffff;
    }
    
    .dropdown_widget .cart_list li.empty {
    color: #ffffff;
    }

    Regards,
    Ismael

    #367232

    Thank you very very much, Ismael!!

    Regards, Georg

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile menu is working half’ is closed to new replies.