Questions tagged as 'twitter-bootstrap'

3
answers

Vertical menu disappearing underneath the footer

On screens where the height is less than 600px the menu disappears below the footer. I also tried to leave position as fixed , relative and nothing, but the result was the same. Follow the html of the menu: <div class...
asked by 05.10.2015 / 23:14
1
answer

How to center a Modal Box in Horizontal and Vertical with CSS3? It's possible?

My ModalBox (modal-fade in Boostrap) is appearing at the top of the page! Can I centralize it in Horizontal and Vertical using only CSS3 ? If yes, what would be the right way? Follow my Modal code. <div class="container">...
asked by 27.11.2015 / 15:11
2
answers

Margin breaking layout in Bootstrap

I'm trying to make a row with nested rows but with a spacing between them, without the spacing the layout gets beautiful, but when adding the margin the layout breaks! What I'm trying to do: TheresultIgotinmyattempts: link     
asked by 14.03.2014 / 22:15
3
answers

Div with height 100%

I need to leave a div with height: 100% content and below it I still have the footer, but, for example, when I do not have content to complete the entire screen, the footer appears at the bottom of the page. It has 100px and...
asked by 18.02.2014 / 14:11
1
answer

Modal + form + values (bootstrap and javascript)

From the link below link I created the following modal link In the modal I fill in a value and it will update this value in the page form (which will have more fields ...) Question : How do I do this using just Javascript, JQ...
asked by 05.10.2015 / 07:40
1
answer

How to use row class in bootstrap?

I have two questions: 1st - In the bootstrap is it necessary to use the "row" class to wrap the columns? 2nd - Can I have more than 12 columns within the same "row" class? Example: <div class="row"> <div class="col-md-12"...
asked by 12.03.2015 / 15:35
1
answer

Organization and maintenance of Bootstrap

I'm starting with the use of Bootstrap with MVC 4 and during the planning I noticed that the main screen of the system will have many divs. Many of them can be repeated (exactly the same) in other screens. To facilitate future maintenance and...
asked by 13.08.2014 / 22:12
1
answer

Open Image in Modal Bootstrap Dynamically

My intention is the following, after generating the list of images by PHP, I wanted that when I clicked on any of the images it would open in a modal dynamically, where I would pass the image address by some parameter and it would open in bootst...
asked by 26.03.2016 / 21:43
2
answers

How to put responsive divs regardless of height size?

I have a Bootstrap project with 4 divs in each row, side by side behaving responsively. Each of the divs has a certain content. The width of the images will be fixed but the height will not. If one of the images has a height , the rest of...
asked by 17.09.2015 / 16:13
1
answer

How to change the color of a FLAT-UI select without using less?

Is it possible to change the color of a select (from data-toggle select, including options) of Flat-UI by CSS without using less ?. In this FIDDLE that @dHEKU posted in the comments, the color of select default has al...
asked by 19.06.2015 / 22:32