Linked Questions

88 votes
2 answers
228k views

I haven't found a suitable solution to this and it seems so trivial. I have two columns inside a row: <div class="row"> <div class="col-xs-9"> <div class="left-side"> &...
Chet's user avatar
  • 20.1k
46 votes
3 answers
177k views

Disclaimer. This question was asked many times before. But since time has passed and now we are close to Bootstrap 4 release with full flexbox support, it is time for new answers for the same question....
dandaka's user avatar
  • 879
1 vote
1 answer
17k views

How to force all thumbnails to have the same height? Text is loaded from DB and there is more of it in some, and less in others. The result is shown on a PrtScr. I would like to keep them responsive ...
jarosik's user avatar
  • 4,604
4 votes
2 answers
14k views

I have the following html : <div style="height: 80px"> ... </div> <div class="container-fluid"> <div class="row"> <div class="col-xs-2 col1">...</div> ...
Scipion's user avatar
  • 12k
3 votes
3 answers
3k views

Code: #left { background-color: rgba(255,0,0,0.3); } #right { background-color: rgba(0,255,0,0.3); } <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"&...
Sayalic's user avatar
  • 7,558
0 votes
4 answers
23k views

I'm working on a page that uses Bootstrap and have used this to define columns on this Codepen pen: https://codepen.io/smifaye/pen/GmeQrV However one thing I can't seem to figure out is how to keep ...
user avatar
5 votes
4 answers
3k views

I want to make all the columns to same height in a row. So, all columns in a row should have the same height as any column with max height. Fiddler: https://jsfiddle.net/ebwwvy6m/11/ <div class=&...
JGV's user avatar
  • 5,207
3 votes
2 answers
4k views

How can I make two columns having the same height in Bootstrap grid columns? .item-text { padding: 30px !important; /* Flex center. */ display: flex; align-items: center; vertical-...
Run's user avatar
  • 57.7k
3 votes
5 answers
2k views

Consider the code below: <div class="row"> <div class="col-xs-3"><div id="sidebar">sidebar</div></div> <div class="col-xs-3">content content content content ...
Ryan's user avatar
  • 10.2k
2 votes
3 answers
3k views

Why height 100% for the right floated column can't make it 100% height? Now i'm confused what 100% height really means. https://jsfiddle.net/7ybLa9fj/ How to make 2 column to have equal height if I'...
Jenny Mok's user avatar
  • 2,804
1 vote
1 answer
3k views

I have in 1 row 4 columns. In extra small screen I would like to display it in 2 row. For other sizes can remain 1 row. This is what I am trying: <div class="row"> <div class="col-lg-2 ...
dvjanm's user avatar
  • 2,382
-2 votes
2 answers
3k views

Expected behavior: same height for all cards (all cards should adjust their height to the highest card) Actual behavior: height depends on text length Snippet: https://mdbootstrap.com/snippets/jquery/...
qonfuimbqcwwshjymh's user avatar
-1 votes
2 answers
2k views

I'm trying to set 100% of height to a HTML element. On mobile, this div will go under the .div_left div, and the floating will be cleared. I have these divs on my theme: <div class="col-md-7 ...
max777's user avatar
  • 143
0 votes
2 answers
1k views

I got two columns that I want to have in the same hight. Both are adjusting height after the content (height auto). So sometimes one of my columns has a bigger height then the other one. And I want ...
Alex's user avatar
  • 2,226
0 votes
2 answers
1k views

Working with Bootstrap 3. I have two col (col-md-8 and col-md-4) that have the same height. (thanks to a little snippet find here :) ) This is ok, it works. But I need them to have a background-color....
SCorman's user avatar

15 30 50 per page
1
2 3 4 5
15