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;...
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...
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...
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>...
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>...
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...
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">
<...
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...
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?
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...