Expired
Hello.
Sticky Nav not found in ipad.
Thanks
Hello,
The sticky header is a feature present only for the desktop. If you want to have a fixed header in ipad too, then add this code into your custom css box:
@media (max-width: 979px){ .header_wrapper { position: fixed !important;} }
Best regards!
You must be logged in to reply to this topic.