Tagged: Navbar no fixed on mobile
Is it possible fix header navigation only in desktop view? In mobile view it is kind of in the way and would be nice if it disappeares there when scrolling.
Thanks a lot!
Hi JH,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
@media (max-width: 767px) { .navbar.fixed-top { position: inherit; right: auto: left: auto; top: auto !important; } .site { padding-top: 0 !important; } }
Thanks
Works perfect. Thank you!
Welcome anytime.