Tagged: Navbar no fixed on mobile
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.