Hallo,
bei meiner mobilen Seite ist der Abstand unter dem Menü zu groß.
Wie kann ich diesen verkleinern?
Vielen Dank für eure Hilfe.
LG Birgit
Hey birgitthaler,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
#main > div.main_color.container_wrap_first.container_wrap.fullsize > div > main {
padding-top: 0px !important;
}
}
Best regards,
Mike
Super, vielen Dank.
Wenn man das Menü mobil ausklappt, fängt es erst sehr weit unten an.
Kann man das höher setzen?
Vielen Dank und freundliche Grüße
Birgit
Hi,
Bitte versuchen Sie dieses CSS und passen Sie es an.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top .av-burger-overlay-inner #av-burger-menu-ul {
padding-top: 20px !important;
vertical-align: top !important;
}
Please adjust the “20px” to suit.
Best regards,
Mike
Hi Mike,
perfect, thank you so much.
Best regards
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike