Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1103597

    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

    #1104239

    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

    #1104772

    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

    #1104796

    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

    #1104822

    Hi Mike,

    perfect, thank you so much.

    Best regards

    #1105039

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Abstand mobil’ is closed to new replies.