-
AuthorPosts
-
July 5, 2016 at 5:55 pm #657182
Hi,
is there a way to let the logo display above the mobile menu? So far the entire screen is covered with the menu only.Thank you!
-
This topic was modified 9 years, 3 months ago by
Steffen.
July 5, 2016 at 8:41 pm #657237Hey Steffen,
Thanks for getting in touch with us!
Just to be sure, you want the logo to display when you have the menu open on mobile?
Best regards,
JordanJuly 6, 2016 at 12:10 am #657297Hi Jordan,
exactly! Is this possible?Regards,
SteffenJuly 6, 2016 at 6:48 am #657343Hi!
That is possible, but it would require many modifications onto the theme.
Please do contact a third party developer for hire, who will be able to help you out further with your needs.Thanks a lot for your patience and understanding
Best regards,
BasilisJuly 6, 2016 at 3:02 pm #657501Hi,
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: 85px; } .show_mobile_menu #advanced_menu_toggle { display: none!important; }Best regards,
YigitJuly 6, 2016 at 3:18 pm #657513Hi Yigit,
thank you! This works for Smartphones quite well. But on my tablet the logo is cut off at the half. Is there a special modification for tablets?
Regards,
SteffenJuly 6, 2016 at 4:13 pm #657555Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) and (min-width: 580px) { ul#mobile-advanced { padding-top: 0; margin-top: 160px; }}Cheers!
YigitJuly 6, 2016 at 4:28 pm #657568This works perfectly. Thank you very much!
Regards,
SteffenJuly 6, 2016 at 4:42 pm #657588Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
This topic was modified 9 years, 3 months ago by
-
AuthorPosts
- The topic ‘Logo above mobile menu’ is closed to new replies.
