On the following demo (http://bootsnipp.com/snippets/GXb7V) we have this line of markup:
<a class="navbar-brand" href="#">Brand</a>
Regardless of whether the href
is changed to a URL or even left as the # it is not possible to click on this link.
Does anyone know how to fix this?
I believe the issue may be something to do with the search form and the way it expands to be full width of the nav (see bootsnipp for an example). I have also read a post here (Link isn't clickable within my navbar on Bootstrap 2 page) which discusses a clearfix
class but that hasn't helped in this case.