0👍
✅
Use the media query to make the navbar responsive as follows
@media only screen and (max-width: 768px) { .nav_item {
display: none !important; } }
Source:stackexchange.com