-
AuthorPosts
-
June 29, 2017 at 2:49 am #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!
June 29, 2017 at 6:18 am #814249Hey 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 ShannonJune 29, 2017 at 5:06 pm #814588Hello. Unfortunately, that did not work. The logo still disappears when I click the menu icon.
June 29, 2017 at 5:22 pm #814596Once 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?
June 29, 2017 at 5:56 pm #814612Hi,
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,
SarahJune 29, 2017 at 6:00 pm #814615I have another issue: (scroll all the way to bottom of this link)
http://www.responsinator.com/?url=www.bloodtrackingsystems.com%2FOn a landscape ipad, the menu overlaps the logo. I would like to activate the mobile menu icon.
June 29, 2017 at 6:19 pm #814627Hi!
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,
SarahJune 29, 2017 at 10:05 pm #814699Hello 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.
June 29, 2017 at 10:14 pm #814701Is 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,
mikeJune 29, 2017 at 10:24 pm #814708Also, even with the “mobile & tablet 990px” selected, the main menu covers up the logo.
Please advise. Thanks!
June 30, 2017 at 12:37 am #814748Hi,
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 ShannonJune 30, 2017 at 2:56 am #814763Hi 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!!!
June 30, 2017 at 5:36 am #814783Hi!
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,
SarahJune 30, 2017 at 2:59 pm #814981Hi Sarah!
Here is the admin info. Thanks a lot!
June 30, 2017 at 3:18 pm #814993Hi,
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 ShannonJune 30, 2017 at 6:00 pm #815096Thanks Jordan, you the man!
June 30, 2017 at 6:51 pm #815107We’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!
SarahJune 30, 2017 at 7:16 pm #815120Thanks Sarah :)
We’re all set. Thanks for your help!
June 30, 2017 at 8:28 pm #815161Great! We’ll close this thread now. Feel free to open a new one if you need help with anything else.
Best regards,
Sarah -
AuthorPosts
- The topic ‘Mobile Menu Covers Logo’ is closed to new replies.