css - Bootstrap issue with image brand -
well, started on bootstrap , changed image brand got when in point re-size window: (edit: when text navigation bar not stay way, goes right away collapse state)

why happening?
here code:
<div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <a class="pull-left" href="/"> <div class="hidden-xs"><img class="img-responsive" src="/img/logo.png" alt="" width="5%" height="auto"></div> <div class="visible-xs"><img class="img-responsive" src="/img/logo_wide.png" alt="" width="40%" height="auto"></div> </a> </a> </div>
Comments
Post a Comment