Navbar-collapse button doesn't showing up list

Can some one please look into it.
Here is my codepen :

Thank you :slight_smile:

1 Like

When using Bootstrap Javascript, you need to have a link to jQuery before it since the Bootstrap JS is using jQuery. If you go into the JS section of the Settings, first select jQuery and then select the Bootstrap JS file.

Thanks for your reply.I have done changes in the JS section of settings,but it didn’t work.

In this code <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse #navbar-collapse-1" aria-expanded="false"> remove .navbar-collpase from the data-target and then it works.

Thank you for your help buddy. I tired it before without giving class name in data-target, it didn’t work for some reason. Now i am surprised to see its working!!