html - Why isn't my dropdown menu aligned with the dropdown navbar? -


the dropdown menu working, not aligned dropdown navbar.

<a class="dropdown-toggle" data-toggle="dropdown" href="#">products <span class="caret"></span></a> <ul class="dropdown-menu" style="background-color: orange">     <li><a href="customerproducts.aspx">dumbbells</a></li>     <li><a href="apparels.aspx">apparels</a></li>  </ul> 


Comments