Hello friends,
is there a sticky menu option for the Smartphone? (JA Decor)
This code works only on the desktop and not for smartphones!
.t3-header {
position: fixed;
}
And the code should work for the smartphone!
Unfortunately, it does not work properly, it remains only the logo!
@media screen and (max-width: 992px) {
.t3-header {
position: fixed;
}
}
Thanks in advance and best regards
Maria