Questions tagged as 'twitter-bootstrap'

1
answer

Why are the pull-left and pull-right classes no longer working in Bootstrap 4?

I am updating the code for the current version Bootstrap 4 and was in Bootstrap version 3. I updated the CSS, JS, and others files. Some parts are no longer working. These are, for example, those with the pull-right and pull-left...
asked by 03.11.2017 / 19:59
2
answers

Input does not match col-md-8 size

I'm training in form creation, and I'm making bootstrap use on it, mostly from <div class="row"> and <div class="col-md-4"> . However, when I put only two elements on the same line, respectively e 'the input field...
asked by 06.08.2018 / 17:52
2
answers

Resolved - Boostrap Vertical Alignment

I'm doing a grid in boostrap, and I can not get it properly aligned vertically. It should always look like this: *-------------* *--------------* *--------------* | card grande | | card Pequeno | | card Pequeno | *------------...
asked by 06.11.2018 / 13:55
2
answers

problem in leaving a text on the left and 2 items on the right

.col-item { border: 1px solid #E1E1E1; border-radius: 5px; background: #000; } .col-item .photo img { margin: 0 auto; width: 100%; } .col-item .info { padding: 10px; border-radius: 0 0 5px 5px;...
asked by 02.10.2018 / 16:43
2
answers

How to change the color of a Glyphicon?

I'm using glyphicons , however I do not know how the bootstrap does to add the color of it. It always comes with a "standard" color. How is the mechanism for defining the color of glyphicons and how can I change this "default col...
asked by 23.02.2016 / 15:09
2
answers

How to leave an element with page height all the time?

I have the following problem: I need to let a div have the height of the screen time. <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="topo">...</div> </div> <div class="row"> <...
asked by 12.11.2015 / 13:55
4
answers

How to leave a height-height fixed on the page?

What causes the page to occupy 100% of the viewport, so that it does not have a scroll bar. Whether it's a small, medium, large, tablet, or desktop phone. The height must be fixed, occupying the entire screen. No scrollbar. Do you understand...
asked by 03.12.2015 / 02:17
2
answers

Aba does not come open

I have 4 tabs, I'd like to know how I can get the first tab open already ... Here is the code below: <ul id="myTabs" class="nav nav-tabs"> <li><a data-toggle="tab" href="#menu1">Configurar Administrador</a></l...
asked by 07.12.2015 / 11:45
4
answers

Center pagination in Bootstrap v2.1.0

I need to centralize a pagination of results using Bootstrap v2.1.0, already tried to put the text-align in the div but also did not give. This is the code I'm using: <div class="row-fluid"> <div id="div_paginacao" class="span12"&...
asked by 27.01.2014 / 16:42
4
answers

How to make 7 columns with Bootstrap?

I have the following menu below: HowwouldImakethecolumnssidebyside(fromthefirsttotheseventh)?I'musingBootstrap4.Itriedthecodebelow,butthispicturemesswaskkkk<divclass="row"> <div class="col-md-9" style="border-right: 2px soli...
asked by 15.12.2018 / 20:31