I have the following code:
<div class="col-md-1" style="margin-right: -15px; width:200px">
</div>
But since I'm working with bootstrap I wanted to remove this width if my screen is smaller, so my div is not fixed size, does anyo...
How to show a sub-menu inside another?
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>@Html.ActionLink("Início", "Index", "Home")</li>
<li>@Html.ActionLink("Usuários", "In...
I'm using in a JSF project with Facelets and Bootstrap. How to leave it with friendly URL?
Example:
After login the URL looks like this: example.com/public/home.xhtml
When you click on an item from the menu the URL changes to: example.com/...
I'm using Bootstrap and put a search form inside a simple navbar.
The problem is that I can not get the form close to the title, I would like it to be aligned to the right of the navbar.
This is HTML:
<div class="navbar navbar...
In my contact form I need to leave some information about the contact on one side, and on the other side a form with email and message. But the part of my form of information is occupying everything, and when I try to add the email input it fall...
My question today is this:
Can I put a larger col-md into a smaller one?
For example:
<div class="col-md-6 ">
<div class="col-md-12">
<p> Texto aqui</p>...
I have the following code:
<div class="welcome-content row">
<figure class="col-xs-12 col-sm-12 col-md-6">
<%= image_tag('feed/welcome2016.jpg') %>
</figure>
<p class="welcome-...