Questions tagged as 'twitter-bootstrap'

3
answers

Leave label side by side, bootstrap

Galera has difficulty putting the Name and Subject labels side by side, they simply will not     
asked by 09.05.2018 / 14:52
1
answer

How to clean Bootstrap style sheet (CSS)?

I have a site that uses Bootstrap, but on this site there are many classes and id's that I do not use. This makes my site very heavy at random. What can I do to delete all these useless classes and id's? Should I do it manually? (wha...
asked by 24.05.2014 / 22:00
2
answers

Column Responsiveness in BootStrap

I have two rows with two columns, the first column of the first row has an image, and the second column of that row has text. The second line has text in the first column and an image in the second. When responsiveness happens, there is image...
asked by 03.05.2018 / 19:36
1
answer

Datatables getting shrunk at startup

I have 2 datatables on a page, only one of them is starting to shrink, as you can see in the image below. What do I need to do to start correctly? <!DOCTYPEhtml><htmllang="pt-br"> <head> <meta charset="utf-8">...
asked by 04.01.2018 / 18:51
2
answers

With what files should I use the link tag with BootStrap?

I'm studying about the Twitter Bootstrap and I have a question: what files should I use with the <link> tag? Are all files or just some specific files?     
asked by 18.03.2014 / 14:03
3
answers

Align Text vertically with Bootstrap without fixed height

I'm trying to align text vertically in my header but it seems impossible. I want my header content to always be in the center vertically, I did horizontal but not vertical. Thank you. Here is the sample code and the images: <!DOCTY...
asked by 18.08.2016 / 20:09
1
answer

Why use container inside navbar's in Bootstrap?

I was learning to use Bootstrap's Navbar, and a question came to me. All the examples I found of using navbar, have just after the same a container. It's more or less like this: <div class="navbar navbar-default"> <div class="contai...
asked by 17.05.2016 / 05:03
2
answers

How to create dynamic columns with Bootstrap and PHP?

I have 30 itens that will come in alphabetical order. I need to distribute these items in 3 columns in alphabetical order VERTICAL . The problem is that in Bootstrap , the blocks will marry next to each other causing the...
asked by 12.01.2016 / 21:03
2
answers

How to add sort indicators to a table?

I have created a sort algorithm [ascending - descending] of [letters - numbers]. I'm trying to add some sort order in the column title, but it's not working as it should. Example: function sortTable(table, col, reverse) { var tb...
asked by 19.02.2016 / 11:45
2
answers

Load remote content in a modal Twitter Bootstrap

I'm trying to load the contents of a modal from a remote page. This is the code that I am using to run the tests. $('[data-load-remote]').on('click', function (e) { e.preventDefault(); var $this = $(this);...
asked by 16.09.2015 / 17:46