Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #235397

    Hello to the Team,

    the update has many nice new things to play around, thank you guys!

    Could you please help me with my small issue?
    I had set the header to be fixed in mobile devices, but after the last update it hides the layer slider.
    the code I used in the quick css was:

    @media only screen and (max-width: 990px) {
    .responsive #top #header {
    position: fixed;
    }
    .responsive #top #main {
    padding-top: 80px;
    }}

    I also can´t find anymore the option to choose between the fly out menu and smth else ( I don´t remember the name anymore…). Did you take it out?

    Hier is my site:

    Best Regards
    Asterios

    • This topic was modified 10 years, 4 months ago by Asterios.
    #235487

    Hey koelnermusikakademie!

    How are you? I hope you’re doing well today.

    You forget the link to the website. Please post it again.

    Best regards,
    Ismael

    #235559

    Sorry for this.
    Here is the Link.

    http://test.koelner-musikakademie.de

    Best Regards
    Asterios

    #235656

    Hi!

    Yes, the secondary mobile menu was removed with the changes to the whole header configuration. So you can now use the new header options to customize the header as needed but there is only the fly out mobile menu option.

    To fix the other issue add !important to your css snippet like this:

    .responsive #top #main {
    padding-top: 80px !important;
    }

    Cheers!
    Devin

    #235841

    Thank you Ismael and Devin for your help, it works perfect!

    Viele Grüße aus Köln!
    Asterios

    P.S. Warum ist ein Login zum Support aus einem Mobiltelefon nicht möglich? (Das Feld zum einlogen wird nicht angezeigt).

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header in Mobiles lost configuration after update’ is closed to new replies.