Questions tagged as 'bootstrap-3'

1
answer

Open and close a Collapse at a time

People, the situation is as follows: I have 04 links that when clicking on one of them a collapse appears and presents its respective content. So far so good, the problem is in the moment of displaying these contents. Currently, if I open a coll...
asked by 19.11.2015 / 15:30
1
answer

For external or internal HTML performance (Bootstrap-Modal)

I am building a page which will be accessed by a considerable amount of users (5 thousand / day) and as some hosting services charge by mass of data transferred others by the number of requests, this raised me a question: It is better to encapsu...
asked by 27.12.2014 / 18:01
1
answer

Modal Boostrap reduces site body size

My modal is decreasing the size of the page horizontally when opened, closing it returns the page to normal, it is something that is strange. Here is the code: <div class="row" align="right"> <strong>Posição: <?php...
asked by 19.05.2015 / 21:25
1
answer

Configure CSS to generate a new column when it reaches overflow

I'm generating a list of links dynamically using PHP, but this list is very large and I would like it when it reaches a certain height in px the column would be broken by 2, 3, or as many as needed. Eg: Make a list even though it is in HTML...
asked by 17.07.2018 / 19:12
1
answer

Grid system, calculations

Before I start my question, I want to make it clear, I've already seen some related topics. #, where Guilherme Nascimento explains how media queries works, and the answer that was accepted in the question already explains how to do the...
asked by 25.10.2017 / 00:19
3
answers

Make appear and disappear html class by js

I have a registration page, and when the data is entered wrong, a alert(); appears informing the error, but I would like it to be an error message, just below the fields. I put a span with an error message and with the class sr-only...
asked by 06.12.2017 / 16:57
1
answer

How to clean / reset bootstrap fileinput after selecting new image?

I'm trying to clear / reset after selecting new image. After selecting image, clean Initial Preview Follow the code: HTML: <input id="input-pd" name="input-pd[]" type="file" multiple class="file-loading"> JS: $("...
asked by 22.02.2017 / 01:56
1
answer

Opening a full size Table

Well I have the following doubt. I have this table in my project. Theusercomplainsaboutthesizebecausethescrollbarsappear,asthepagealreadyhasalotofinformationyoucannotincreaseit(andIwouldusethiscodeinotherscreensaswell).I'dliketheusertoclickonab...
asked by 07.02.2017 / 13:15
1
answer

Button with glyphicon-remove with size problem

Please see this demo link: link I'm trying to center the "X" inside the red button. Code: <button id="del_photo" type="button" style="width:20px;height:20px" class="btn btn-danger btn-sm" title="Excluir"> <span class="glyp...
asked by 24.11.2016 / 21:20
1
answer

Stacking Blocks with Bootstrap

I'm doing a layout using bootstrap and I came across a problem at the time of stacking blocks to be responsive. I have 5 blocks of different heights, divided into 3 columns: When you reach a certain width, the blocks are stacked, but th...
asked by 15.08.2016 / 22:56