Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #814176

    Hello.

    Thanks for the great theme and great support forum. I am having an issue with the mobile menu. When I click the menu icon to show the menu items, it covers the Logo. My client would like the logo to remain visible.

    Please advise. Thanks!

    #814249

    Hey sbmarketingllc,

    Add the following to quick css:

    
    @media only screen and (max-width: 767px)  {
    #mobile-advanced{
    margin-top:80px!important;
    }
    }
    
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  {
    #mobile-advanced{
    margin-top:150px!important;
    }
    }

    Best regards,
    Jordan Shannon

    #814588

    Hello. Unfortunately, that did not work. The logo still disappears when I click the menu icon.

    #814596

    Once I click the menu icon, the menu slides out and the Logo is no longer visible. Is it possible to remove the white bar covering the logo? Or move down the entire slide-out menu?

    #814612

    Hi,

    The “white bar covering the logo” is actually the background color of the mobile menu. You can try removing the background of the menu, and adding background to the menu items instead.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file: 

    #mobile-advanced {background:none !important;}
    #mobile-advanced li {background:#ffffff !important;}

    Please let us know if you need further help.

    Best regards,
    Sarah

    #814615

    I have another issue: (scroll all the way to bottom of this link)
    http://www.responsinator.com/?url=www.bloodtrackingsystems.com%2F

    On a landscape ipad, the menu overlaps the logo. I would like to activate the mobile menu icon.

    #814627

    Hi!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. 

    Let us know if you need further help on this topic.
    Best regards,
    Sarah

    #814699

    Hello Sarah.

    Nothing happened when I added: (The slide out main menu still covers the logo)
    #mobile-advanced {background:none !important;}
    #mobile-advanced li {background:#ffffff !important;}

    Also, I already have this option selected.
    “Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.”

    What else can I do to take car of this?

    Thanks.

    #814701

    Is there CSS to change the mobile menu completely? (Put centered, below main logo… anything!)
    As long as the logo is visible I will be happy!

    Thanks,
    mike

    #814708

    Also, even with the “mobile & tablet 990px” selected, the main menu covers up the logo.

    Please advise. Thanks!

    #814748

    Hi,

    Did you add my css to the very top of quick css and made sure to clear your cache. That should have worked as I tested in the browser before hand successfully.

    Best regards,
    Jordan Shannon

    #814763

    Hi Jordan. Thanks again, that worked! The finial issue I am having is that the menu extends too far on mobile tablet. How do I activate the mobile menu for such an instance?

    Thanks!!!

    #814783

    Hi!

    You menu should have activated with the Enfold settings. May we have admin access into your website so we can take a closer look?
    Best regards,
    Sarah

    #814981

    Hi Sarah!

    Here is the admin info. Thanks a lot!

    #814993

    Hi,

    Add the following to quick css. Again at the very top:

    @media only screen and (max-width: 1262px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}

    Best regards,
    Jordan Shannon

    #815096

    Thanks Jordan, you the man!

    #815107

    We’re glad to help! Do you need further assistance with this, or can we close this thread? :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.

    Cheers!
    Sarah

    #815120

    Thanks Sarah :)

    We’re all set. Thanks for your help!

    #815161

    Great! We’ll close this thread now. Feel free to open a new one if you need help with anything else.

    Best regards,
    Sarah

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Mobile Menu Covers Logo’ is closed to new replies.