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?
Best Regards
Asterios
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
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
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).