-
AuthorPosts
-
July 18, 2016 at 9:55 am #661903
Hello Enfold! For a client I try to display logo above the mobile menu. I guess this is no theme option, but hopefully you can tell me where to change this. I tried a lot already, hopefully you got some good suggestions! Thanks in advance
July 18, 2016 at 2:48 pm #662009Hey lenvo,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
ul#mobile-advanced { padding-top: 0; margin-top: 119px; }Best regards,
YigitJuly 19, 2016 at 8:53 am #662364Hello Yigit,
1. That did the trick :)! Is there a way to move the menu hide button on same place as the menu toggle? I tried CSS moving the #advanced_menu_hide but it’s not responsive anymore. Can you help to place hide icon on the same place as the menu toggle?

2. There is a border only on the left side of the mobile menu. How do I apply a border on both sides?
Thanks in advance for your help!
July 21, 2016 at 7:51 pm #663569Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#advanced_menu_hide { top: 100px; } ul#mobile-advanced { border: 1px solid #363636; border-top: none; }then remove following custom CSS code
#advanced_menu_hide { display: none !important; }Best regards,
YigitAugust 9, 2018 at 8:49 am #995300Hi
My client also wants his logo above the mobile menu. I have tried the code
ul#mobile-advanced { padding-top: 0; margin-top: 119px !important; }both in the quick css and my child theme but I cannot get the logo to appear.
What am I doing wrong?
Many Thanks
Regards
ColinAugust 9, 2018 at 12:27 pm #995417Hi @waveseven,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.av-burger-overlay { top: 90px; }If that does not help, please start a new thread under Enfold sub forum and attach a link to your website.
Best regards,
Yigit -
AuthorPosts
- The topic ‘Show logo in mobile menu’ is closed to new replies.
