Tagged: logo, menu, mobile menu
The mobile menu appears on a browser with around 970px.
can i change that to 1150px? because my menu overfloats the logo on the left side…
Or is there another solution, maybe resize the logo on smaller screens?
thank you for your support!
Hey wm_schnlmnn,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1150px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
Best regards,
Rikard
Thanks Rikard ford your help, this works fine!
Another Question: is it also possible, to resize the Logo graphic in a smaller window/device?
Hey!
Yes, please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.responsive .logo img { max-width: 75%; }}
Best regards,
Yigit
Thanks Yigit for your help!
best Regards
Hi!
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