Responsive Dropdown Menu
Ok… So, after some poking around, I got something to work. I basically combined the menu I found here: https://webdesignerhut.com/css-dropdown-menu/ with the responsiveness of my original menu. The final code looks like… The JavaScript: <script> /* Toggle between adding and removing the “responsive” class to topnav when the user clicks on the icon */ function … Read more