Closed hugofabricio closed 9 years ago
provide a code snippit or demo
Which browser and version? If you could please provide some code or a live sample that would be helpful.
I've been using navbar-right
quite often and haven't run into any issues yet.
I tested it on Safari, Chrome and Firefox.
@hugofabricio whats the bug exactly?
When we use the navbar-right class in responsive menu it is not 100%.
@hugofabricio you want to make the text justified right. Not the entire drop-down. Try http://devdocs.io/css/text-align Right
I think he's saying that the drop down menu should be the same width as the viewport. Floated element have to set their widths explicitly, may be a bug.
If you do a fix, please open a PR.
That's right, sorry for my English, I'm not using the bootstrap text-right, I'm just stating that the menu by the cell is not 100% as is the right to the bootstrap.
Menu correct
Could you please post the HTML for your navbar?
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#menu">
<span class="sr-only">Menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
</div>
<div class="collapse navbar-collapse" id="menu">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">Quem Somos</a></li>
<li><a href="buildings.html">Imóveis</a></li>
<li><a href="sales.html">Venda Conosco</a></li>
<li><a href="contact.html">Contato</a></li>
</ul>
</div>
</div>
</nav>
I believe this is fixed in #89. Specifically these changes to .navbar-left
and .navbar-right
Hi,
The navbar is with bug in Mobile when you put navbar-right