We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
twbs
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a couple Facebook-like links in my navbar
<ul class="navbar-right nav navbar-nav"> <li> <a href="#"> <span class="glyphicon glyphicon-shopping-cart"> </span> <span class="visible-xs visible-sm">Shopping Cart</span> <span class="badge">3</span> </a> </li> <li> <a href="messages.html"> <span class="glyphicon glyphicon-envelope"> </span> <span class="visible-xs visible-sm">Messages</span> <span class="badge">10</span> </a> </li> </ul>
In the responsive menu they appear as such:
The text was updated successfully, but these errors were encountered:
http://twbs.github.io/bootstrap/css/#responsive-utilities :
Responsive utilities are currently only available for block and table toggling. Use with inline and table elements is currently not supported.
Duplicate of #8869. Please search the issues and read the docs next time!
Sorry, something went wrong.
No branches or pull requests
Using a couple Facebook-like links in my navbar
In the responsive menu they appear as such:
The text was updated successfully, but these errors were encountered: