Questions tagged as 'twitter-bootstrap'

2
answers

How to align element vertically and horizontally inside a row in Bootstrap?

I'm having an overwhelming problem to center a text underneath an image in Bootstrap. I've tried everything, with position, table-cell. .bloco-materia { text-align: center; padding: 25px 50px; height: 200px; background: #eee;...
asked by 02.08.2018 / 23:34
0
answers

Determine Bootstrap column width when detecting overflow in div

Currently the boostrap column distribution is fixed in size 2, example: col-lg-2 , however within that column there is <ul> with several <li> , and when overflow occurs the <ul> is displayed in two col...
asked by 23.07.2018 / 20:57
1
answer

Duplicate content and change display none to block

The goal is that when you hit Units ,% of id display:none; with mostrar-previa is changed and hidden content is displayed. $(document).ready(function() { var previaUnidade = $("#step1").find("#mostrar-previa")[0].out...
asked by 17.07.2018 / 20:06
0
answers

Show complex objects in TD of a table

I have this table <div class="container"> <div class="row"> <div class="col-md-12"> <table class="table table-striped table-bordered"> <caption>Lista de Aplicabilidades</caption>...
asked by 25.07.2018 / 13:42
2
answers

Carousel Bootstrap with images coming from server folder

I have the following code: <div id="myCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li>...
asked by 20.07.2018 / 16:47
1
answer

How to make a "part" / line of the tbody be static on a responsive table?

Hello. I'm using tablesort to sort my table with each click I one of its headers. The problem is that the "Total" line <tr class="bg-info"> <th colspan="1">TOTAL:</th> ... </tr> was jumping along with the ord...
asked by 11.07.2018 / 16:09
2
answers

Change label class to active after angular http request

I have a component of the bootstrap design material that after an http request it is populated, the problem is that it does not change to the "active" class, taking the result of the photo. <divclass="md-form form-lg"> <...
asked by 10.07.2018 / 15:59
0
answers

Problem with text display in tabview

I'm having a question with a tabview that I've developed with bootstrap it's working perfectly because I need the text content of the right part to always follow the links on the left in yellow that have a "little set". currently w...
asked by 25.06.2018 / 17:11
0
answers

I can not call bootstrap icons on laravel

Hello, I'm not able to call the bootstrap icons in my laravel, for example: : <span class="glyphicon glyphicon-th-list"></span> Does anyone know how to explain pq?     
asked by 26.06.2018 / 18:02
0
answers

HTML (Bootstrap) cutting XML content

So, the data is coming right, but it's not showing. I tested without the css and it worked. The problem is in the 3 divs, can anyone identify why? (Extremely Urgent). // essas tres divs <div class="container-fluid"> <d...
asked by 04.07.2018 / 02:11