Responsive TopNavbar with Dropdown not working #31474
Answered
by
sonuishaq67
Pranay0302
asked this question in
General
-
The code is given below: <nav class="navbar navbar-expand-lg fixed-top bg-dark navbar-custom" style="box-shadow: 0px 0px 12px 7px;">
<div class="container"><a class="navbar-brand" href="index.html" style="font-family: Catamaran, sans-serif;">fooooooool</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navbarResponsive"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive" style="background-color: rgb(52 58 64);">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link" href="about.html">ABout</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="contact.html">ConTACT</a></li>
</ul>
</div>
</div>
</nav> |
Beta Was this translation helpful? Give feedback.
Answered by
sonuishaq67
Aug 20, 2020
Replies: 1 comment
-
Solved |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Pranay0302
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved
It was because of the jQuery files placement