Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1180320

    Hallo zusammen,

    wie kann ich in der Ansicht auf dem Smartphone den Header verstecken bzw. nicht anzeigen lassen?

    Besten Dank im voraus,

    Andrea

    #1180401

    Hey AndKoes,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1180708

    Hey Victoria,

    the link: https://elearning.cp-bap.de/

    The site isn’t published yet, you’ll find the password in the private content.

    Maybe it’s possible to enlarge the logo instead of hiding the complete header? That would be the best solution, thank you.

    #1180897

    Hi,

    Thanks for that, you can hide the header using this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        display: none;
    }
    }

    Fixing your logo seems to be difficult since it’s so wide. Maybe you could try to add the right part in widget instead? https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1181329

    Hi Rikard,

    thx a lot. I tried the version with a widget in the header, but it doesn’t work. The widget is appearing left under the logo. Could you please help me to set the widget right?

    I even tried the CSS code, but it doesn’t work. The header was shown in mobile version anyway.

    Thanks in advance and best regards,

    Andrea

    #1181423

    Hi AndKoes,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #media_image-2 {
        width: 20vw;
        float: right;
        padding: 0;
        height: 80px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1181524

    Hi Victoria,

    thank you so much, it works very well. Could you please help me to minimize the logo for mobile phone, so that logo and the image in the header widget will appear in one line?

    Best regards,

    Andrea

    #1181554

    Hi Andrea,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top .logo {
            position: absolute;
            width: 70%;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1181565

    Hi Victoria,

    many thanks, it works very well.

    Best regards,

    Andrea

    #1181651

    Hi Andrea,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1181666

    Hi Rikard,

    it’s all done, you can close it. Thanks a lot.

    Best regards,
    Andrea

    #1182248

    Hi Andrea,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Header verstecken auf Smartphone’ is closed to new replies.