Code for Mobile Menu smaller Height with logo smaller
Hey DerNeumi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.container.av-logo-container, .container.av-logo-container * {
height: 50px!important;
line-height: 50px!important;
}}
If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Best regards,
Yigit
Das ist ok der code, funktioniert. ich habe einen Text zum Mobile Menu Icon hinzugefügt
#advanced_menu_toggle:after {
content: “Menü”;
font-size: 14px !important;
left: 3px;
position: absolute;
top: 20px;
}
möchte das der Text links neben dem Icon angezeigt wird und nicht darunter
Hi,
Please change your code to following one
#advanced_menu_toggle:after {
content: "Menü";
font-size: 14px !important;
left: 3px;
position: absolute;
top: 0;
left: -30px;
}
Best regards,
Yigit
perfekt thanks. Logo onnly Mobile non Display ?
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.responsive .logo { display: none !important; }}
If that does not help, please elaborate on the changes you would like to make.
Best regards,
Yigit
Perfect !!! Thank you