Hi there!
I have to reopen this topic because I’d like to set sticky menu topbar also for ipad both for horizontal and vertical orientation.
Is it possible to do that?
Many thanks in advance.
***EDIT***
what if I edit media queries below 1025px?
@media only screen and (max-width: 1024px)
.full-width #nav-topbar.nav-container {position:fixed;top:32px;right:0;left:0;}?
I tried some different solutions, but it seems I should dig deeply into css in order to make it work.
Not only media queries are needed, but also a style outside of it, especially for .nav.container on one hand and #page on the other one. But if so, desktop view will be ruined for at least 12px…
Please, help!