0

Trying to make my site extrasmall device compatible with bootstrap 3 I became to use navbar component everywhere in navigation. It led to top levels links became unclickable. Now all links that having the child links leads to no where. Every time you click at them the group of its childs links appears or disappears and thus you can't visit pages that top level links were leading to. I hope I spoke with clarity.

enter image description here

How can I make my navigation be suited for extrasmall devices and top level links be visitable also?

Opal
  • 81,889
  • 28
  • 189
  • 210
Boris Garkoun
  • 127
  • 2
  • 12

1 Answers1

0

here is the solution - http://jsfiddle.net/05hs57wa/4/ and here is the key part of a changed code:
<li class=" dropdown"> <a href="someurl" >Leather goods</a> <span class="dropdown-toggle glyphicon glyphicon-plus-sign" data-toggle="dropdown" role="button" aria-expanded="false"></span>...

Last thing remains. Would you tell me how to make the second plus icon to be vertically aligned relative to the word "Leather goods" by means of some bootstrap styles or css styles? I need this icon to be to the right of the "Leather goods" row at the same time

Boris Garkoun
  • 127
  • 2
  • 12