i have a problem with my navbar notification button, the button resize the navbar.
here is the code
.badge-notify{
background:red;
position:relative;
top: -20px;
left: -35px;
}
<ul class="nav navbar-nav navbar-right">
<li><a href="#">
<button class="btn btn-lg btn-link">
<span class="glyphicon glyphicon-envelope"></span>
</button>
<span class="badge badge-notify">3</span>
</a></li>
i dont know if a css problem or what, the button creates a blank space on navbar.
posibily the problem is