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?

enter image description here

        <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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -