I’d like to add that this did work for me.
Now I’m wondering how I specify how many posts are shown on the main page. Can someone help with that?
Nevermind…I figured it out. Adding this code to my style.css fixed it.
@media (max-width: 767px) {
.navbar_inner > div > ul, .navbar_inner > ul {
display: none !important;
}
}
@edde Poon
Your CSS works, however, when I resize the window to the smallest width, the nav bar is still shown along with the responsive drop down nav bar. Any suggestions on how to prevent that and only show the drop down bar?