Easiest method of making a responsive nav with dropdown hamburger menu?

Hi all,

Does anyone have a recommendation on the best way to create a responsive nav with a mobile dropdown hamburger menu? I’ve been looking around for a tutorial and have tried a couple, but I’ve still been running into problems. Now I’ve taken all that code out and am just starting fresh. Any recommendations on simple tutorials would be great!

Here is my pen…I’m working on the portfolio page project.https://codepen.io/vierssk/pen/BpJEeZ

There’s a decent example you can follow here:
https://www.w3schools.com/bootstrap/bootstrap_navbar.asp
(You need to scroll to the bottom of the page)

It took a me little while to make it work as one thing they leave out is that you need to import jQuery before Bootstrap in the head of your page.

1 Like

Really? It looks pretty well explained to me… :wink: