Questions tagged as 'twitter-bootstrap'

2
answers

Center DIV [duplicate]

How do I centralize this div: .centralizar { width: 80%; background: #fff; }     
asked by 15.09.2016 / 01:53
3
answers

How to draw div width when minimizing screen - Bootstrap

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...
asked by 09.11.2017 / 18:17
1
answer

How to set up menu and sub menu?

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...
asked by 05.04.2016 / 18:19
1
answer

bootstrap modal does not work

<div class="modal fade" id="addhor" role="dialog" > <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4&g...
asked by 10.11.2014 / 22:52
1
answer

Friendly URL with JSF, Facelets and Bootstrap is it possible?

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/...
asked by 07.07.2015 / 22:23
1
answer

Put search form on navbar right

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...
asked by 10.06.2015 / 23:48
2
answers

col-md-6 occupying all space

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...
asked by 21.12.2018 / 19:22
1
answer

Add to select and display on screen

I have a select: <select class="form-control" id="dataInstalacao"> <option value="0/0" selected disabled>Quando podemos instalar?</option> <option value="6/9">6/9</option> <option value="7/9">7/9</...
asked by 05.09.2018 / 15:14
1
answer

Col-md = xx bootstrap

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>...
asked by 09.06.2014 / 20:07
2
answers

Responsive bootstrap does not break for bass line

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-...
asked by 28.12.2015 / 23:11