Questions tagged as 'bootstrap-3'

2
answers

How to modify CSS dynamically using PHP

I need to modify some CSS styles according to a condition in PHP, so I looked it up, and from what I saw it is necessary to include a header in the CSS file and change the file .css to .php , or create a file htacess (but where? whe...
asked by 20.05.2015 / 22:34
1
answer

How to adjust size of Select in Bootstrap?

I'm learning Bootstrap to make a simple page and want to increase the size of my Select . Look at the current code: <div class="container"> <div class="row"> <div class="col-md-12"> <h3...
asked by 10.07.2017 / 01:47
1
answer

Bootstrap - How to increase the input column size?

Follow the code: On the index page: <!-- Modal --> <div class="modal" id="minhaModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document">...
asked by 06.02.2017 / 19:09
2
answers

Bootstrap 3 - Spacing between inputs

I'm building a form that at some point will have 3 columns and more than 4 rows but I can not make that when starting the new row the spacing between the inputs is respected, see in the block "Identification of the Field of Production" ,...
asked by 23.11.2016 / 16:21
1
answer

Modal bootstrap does not open [closed]

I have a button that when clicked opens a bootstrap modal. But when you click this button, the modal is not opening. Here is the code structure: <html> <head> <script src="assets/bootstrap-3.3.7/js/bootstrap....
asked by 25.01.2017 / 11:33
1
answer

Responsive image alignment with Bootstrap

I'm having a hard time aligning a responsive Bootstrap image. My image is with the class ( .img-responsive ) properly applied and inserted inside a row and a div with class .col-md-12 . When I apply the class ....
asked by 03.10.2015 / 08:19
2
answers

Change table structure using JQUERY

I'm not very knowledgeable about JS, but I need to solve a problem using Jquery. I am making a list of contacts using Bootstrap and a plugin called Bootstrap-Table that manages the filtering and paging issue and assembles the table automatica...
asked by 26.06.2015 / 23:23
1
answer

Affix (Bootstrap) in div with images does not work

I'm trying to fix a div containing two images (one below the other) but following examples and making some modifications the result was very different than expected, when I scroll the page div immediately goes to the left side of the page and re...
asked by 31.12.2014 / 13:39
3
answers

Exit button with message

I'm trying to use bootstrap 3 along with VRaptor 3 and I'm having a problem with the menu. It happens that I have the "exit" option in this menu and I'm lost. I need the user to click on "exit", open a window asking if this i...
asked by 02.03.2016 / 23:07
1
answer

How to align 'N' divs on the same line?

I have the following container where I would like to keep divs on the same line: HowcanImakethisalignment?Followthecodebelow <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width...
asked by 30.10.2018 / 19:52