html - centering text next to an image bootstrap navbar -
i have logo within navbar , have text next it. vertically center text in middle of logo. when try adjust a.navbar-brand
moves. need surround @html.actionlink
code separate span
or div
tag , reference within css?
<div class="navbar-header"> <a class="navbar-brand"> <img alt="tribal_logo" src="~/content/images/tribal_logo2.gif" /> </a> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> @html.actionlink("fishing , hunting license program", "index", "home", new { area = "" }, new { @class = "navbar-brand" }) </div>
try giving actionlink .btn-link class , adjust height of navbar if having more height.
wiki
Comments
Post a Comment