Most voted "bootstrap-3" questions
Bootstrap is a free collection of tools for creating websites and web applications. Use this tag only when the subject is related to this version of the framework.
Learn more…538 questions
Sort by count of
-
23
votes6
answers15200
viewsWhat is and how does Bootstrap work?
I did some research, but most of the articles I found are based on the assumption that the reader already has some familiarity with frameworks (which is not my case), that I still have only a vague…
-
20
votes3
answers46967
viewsWhat is the difference between col-lg-* , col-Md-* and col-Sm-* in Bootstrap?
It’s been a long time since I’ve used the Bootstrap I have worked with almost all versions. Normally to structure my applications I use the grid bootstrap, row to create lines and col- for columns.…
-
10
votes2
answers28807
viewsHow to insert a first line indent with css?
I don’t know if the name is even indent, but how do I apply this space as in the image below in my paragraphs with css? Have some class in bootstrap?…
-
9
votes1
answer508
viewsConvert date MMMM-YYYY to dd/mm/yyyy datepicker bootstrap
I have the following date field: <div class='input-group date input-data' id='datetimepicker4'> <input type='text' name="mes" id="mes" class="form-control hidden" /> <span…
-
7
votes2
answers3238
viewsCall Modal and Tooltip on the same data-toggle
I have a button that calls a modal like this: <button type="button" data-toggle="modal" data-target="#revisao>Revisao</button> To call a Tooltip is used: <button type="button"…
-
7
votes1
answer4727
viewsHow to display asterisk in fields with required css?
I have a form with some required fields and some not. How can I automatically insert an asterisk on the label of each field with required through css? <div class="form-group col-md-4">…
-
7
votes1
answer1358
viewsHow to activate the modal through the option in a select?
Example: When I select the "Volvo" option, the modal appears... <label>Recinto</label> <select class="form-control" data-toggle="modal" data-target="#cria-recinto"> <option…
-
6
votes1
answer13196
viewsHide field in HTML with Bootstrap
How can I make a text field in my HTML is hidden when the user is viewing by mobile and appears when he is viewing by PC?
html html5 twitter-bootstrap bootstrap-3 responsive-layoutasked 8 years, 11 months ago Kleber Nunes 71 -
6
votes1
answer292
viewsWhat’s the use of padding Bootstrap’s container?
What’s the point of padding of container of Bootstrap if the row has a margin negative that cancels this padding? If I want my entire page to have one padding so it doesn’t stick to the edge like I…
-
6
votes2
answers1558
viewsMedia CSS queries not working and conflicting
I’m developing the one-page responsive and the documentation says to do the media queries as follows: @media(max-width:767px){} @media(min-width:768px){} @media(max-width:992px){} Uso Bootstrap 3.…
-
5
votes1
answer866
viewsHow does the responsive utilities of Bootstrap work?
From an application performance point of view, how the classes work hidden-** and visible-** ? If I put a div with hidden-xs it will be loaded on an Xs device and will not be visible, or bootstrap…
-
5
votes2
answers1057
viewsAngular route link does not work on bootstrap
Person I’m having problem in the menu. The links made in Bootstrap are not bringing my angular routes. If I put the command in the navigation bar goes well. I’ve researched several things and…
-
5
votes2
answers1589
viewsHow to nested Tables with bootstrap?
How can I nested Tables with bootstrap as in this example with ASP.Net? There is way to do this with bootstrap?…
-
5
votes2
answers398
viewsGlyphicons with error when publishing to IIS
I’m developing an application with Asp.net-mvc-5 and Bootsrap 3.3.5. In the visual studio, it works perfectly. However, when publishing the application in IIS 8, the bootstrap-glyphicons appear with…
-
5
votes4
answers4373
viewsHow to change Bootstrap 3 code?
Is it possible for me to edit some part of a Bootstrap CSS code? If so, how?
-
5
votes2
answers839
viewsMy site does not find the Bootstrap and Jquery files
I created a website ASP.NET MVC with Code First and did the first publish of the application, the Database and the Site were created, the problem is that the site does not find the files css and…
-
5
votes2
answers117
viewsHow to call different modals, without using database
I’m having some difficulties, I know this is not the ideal way, but it’s what I need at the moment. I have a list medicos and need to call a different modal for each of them, without database,…
-
5
votes1
answer5183
viewsHow to disable click out of modal?
I have a modal where I use to view the Google Maps Map. See the code below: <div class="modal fade" id="myMapModal" > <div class="modal-dialog modal-lg"> <div…
bootstrap-3asked 7 years, 6 months ago viana 27,141 -
5
votes5
answers47771
viewsCentralize a table (HTML)
I made a table in mine HTML, but I couldn’t center it in the middle of the screen. She’s vertical and I’ve tried putting the text-align:center but it didn’t help. td, th { padding: .7em; margin: 0;…
-
5
votes2
answers2346
viewsAlign image next to text while respecting vertical spacing
I’m trying to get the images aligned to the right, respecting the spacing between the tags <p>, but it’s getting like this: I need something like that: My HTML code is as follows:…
-
4
votes2
answers1718
viewsHow to place two Ivs next to a container?
How do I place two Ivs, one on the left and one on the right side of a container with the bootstrap? Since you would like the side Divs to increase in size depending on the screen.
-
4
votes1
answer290
viewsProgress Bar to follow input text
Well I’m starting in Bootstrap and I’m having a doubt whether or not it’s possible that I’m wanting. I have a textarea where it must limit the content to 300 characters it is already working:…
-
4
votes2
answers24209
viewsBootstrap input width using form-inline
I have a form-inline in bootstrap, as I control the width of input without losing responsiveness? Example w3schools form-inline bootstrap <form class="form-inline" role="form"> <div…
-
4
votes3
answers1203
viewsHow to update the table (bootstrap-table) via JS after registering?
After registering (within a modal), the table should be updated automatically. But I’m not getting it. NOTE: Languages I am using is PHP and JS. In jsfiddle, there’s a small demo, in the JS tab is…
-
4
votes0
answers286
viewsHow to upload with Bootstrap Dialog
I’m trying to adapt a script I have to upload with Bootstrap Dialog but I’m not succeeding, I wish I could use the same form that I already do some operations to maintain the development pattern, I…
-
4
votes3
answers9438
viewsDelete confirmation with bootstrap
I’m making a web system using php + javascript + bootstrap, I need to make a delete confirmation using bootstrap, like an Alert asking yes or no, but in a beautiful model hehehe, the bootstrap has…
-
4
votes1
answer8851
viewsHow to center a Modal Box Horizontally and Vertically with CSS3? Is it possible?
Man Modalbox(.modal-fade on Boostrap), is appearing at the top of the page! I can center it on Horizontal and Vertical using only CSS3? If yes, what would be the right way? Follow the code of my…
-
4
votes1
answer3986
viewsHow to align checkbox and label with bootstrap
The result of this my form puts the checkbox and Abels in line, which is correct, but I can’t find a bootstrap class that makes the label aligned with the checkbox. How do I do it? <script…
-
4
votes2
answers1979
viewsPass information to a Bootstrap Modal
I need to pass the id from a modal to my controller.php. In modal, when clicking the "delete" button I’m trying to pass via POST the id client, but controller receives nothing. Here I get the data…
-
4
votes2
answers353
viewsWhat is the difference between @Url.Content("~/css/bootstrap.css") and only "/css/bootstrap.css"
I am learning to program an application based on MVC4 and Bootstrap. At the beginning of the project I came across a puzzle: In the _Layout.cshtml I had <link href="css/bootstrap.css"…
-
4
votes2
answers407
viewsHow to give a blank space between 2 input-group?
I have 2 input-group, they are "glued", I want to give a blank space, follows code below: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>…
-
4
votes1
answer962
viewsMagnific-Popup with Bootstrap Modal Image Display Problem
I am facing the problem of displaying image inside the modal bootstrap. Use this plugin : Magnific-Popup Follows the code: HTML: <!-- Button trigger modal --> <button type="button"…
-
4
votes1
answer29
viewsHow to use scrollbar bottom when opening modal?
In the code: .modal-body { max-height: calc(100vh - 210px); overflow-y: auto; } <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"/> <link…
-
4
votes3
answers212
viewsHow to fill input data in BOOTSTRAP POPOVER
Personal I have a code with a modal that contains a Bootstrap popover and I would like this information balloon to contain the data of these inputs. Currently I can already get the data of the…
-
3
votes2
answers818
viewsModal Boostrap reduces site body size
Man modal is decreasing the size of the page horizontally when opened, when closing it goes back to normal, it is something that is strange. Here the code: <div class="row" align="right">…
-
3
votes2
answers4065
viewsForward tab by clicking the button
I have a form for registration divided into tabs, where the tabs are disabled until the user clicks on the button to enable and go to the next one. The problem is that the way it is the user has to…
-
3
votes1
answer1084
viewsBootstrap - Trying to centralize a Nav (not navbar)
I’m having a big problem trying to center a Nav on a grid. The fiddle is here, and I wanted that when the space ran out and the "cells" piled, the Nav would be centered like the wordpress paragraph.…
-
3
votes2
answers60
viewsNavigation problem using Button in Bootstrap
I created a JSF project and I’m using Bootstrap, and I’m trying to implement buttons in my project and I’m not being able to navigate them, see below; thus work; <li ><a…
-
3
votes2
answers945
viewsBootstrap grid for form
How can I do a line break on a grid using bootstrap For mine is staying in columns to the right instead of falling, even if the sum of 12 columns Ivs. I believe I’m making mistakes and not…
-
3
votes1
answer57
viewsTag footer at browser boundary
I have a footer tag on my HTML page that calls the Bootstrap panel-footer class. I would like to leave this footer at the browser limit open and compliant and not at the limit of the content on the…
-
3
votes4
answers24789
viewsMenu and submenu with bootstrap
I’m trying to add a sub-item below about but I’m not getting it. I tested with the tags ul and li, but it didn’t work. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">…
bootstrap-3asked 8 years, 7 months ago Diego 4,520 -
3
votes2
answers1309
viewsEditable table in PHP
I have a table with a list of companies. I want from a click on the table row to load a modal with the information of this company. Any suggestions on how to do ?…
-
3
votes3
answers761
viewsError Calling Jquery function
I have the following button: <button class="btn btn-default details" data-id="@fornecedores.Codigo"><i class="glyphicon glyphicon-file"></i></button> On the same page I have…
-
3
votes1
answer887
viewsSending via Formcollection of monetary values
I need to send to a method in Controller, the values filled in the column Payment_value as shown below: By clicking the green button, send via post, the values of the list below that generated the…
-
3
votes1
answer547
viewsCollapse Bootstrap
I’m wearing a collapse in Bootstrap, however, I would like that when I click on a button, the phrase of the other button disappears and vice versa. I have tried to do everything. Can someone help me…
-
3
votes1
answer4581
viewsHow to open external URL in modal bootstrap?
I already use the modal bootstrap and it worked very well for the content I tested. But I can’t find anything that explains how to open an external page in a modal on the site. Does anyone know how…
-
3
votes4
answers27834
viewsRemove edge of button
I own a Jumbotron btn I can’t get the hover button (the blue rectangle), I have tried to disable all Tyles on Chrome console but it does not work. <button type="submit"…
-
3
votes2
answers12948
viewsCreate responsive image carousel in Bootstrap
I’m trying to create an image carousel with bootstrap and I’d like it to be responsive. I’ve been able to be part of this carousel, but I still don’t understand the issue of image size. Follow my…
-
3
votes2
answers790
viewsAdd border over an image and text
How do I override a border on an image and text, leaving a border for the image as the attached image:…
-
3
votes2
answers5715
viewsIs it possible to call a modal without a click?
Good morning guys, it’s my first post, so I’m sorry if anything’s wrong. I wonder if it is possible to call a modal without clicking on a button, for example I would like to replace the php…
bootstrap-3asked 8 years, 6 months ago Ulisses Gimenes 31