Linked Questions

0 votes
5 answers
698 views

I have a couple of widgets in line depending on screen size. Here is my layout: <div class="col-xl-4 col-lg-3 col-md-4 col-sm-6 col-xs-12"> <div class="widget"> <div class="...
Olena Horal's user avatar
  • 1,234
1 vote
3 answers
771 views

I'm trying to make the height of my two backgrounds the same. I don't want the height being set by the content inside. Here is my code below. Currently as the code is written, the two containers are ...
user3786102's user avatar
0 votes
4 answers
571 views

I have an image and some text inside a div and I'd like to put the image and the text div in the vertical center of the row div using CSS. The problem is that I don't know how many lines of text I ...
mittal3795's user avatar
0 votes
1 answer
546 views

I have 3 Div-Container inside a row. Each one has, caused by the content, a different height. I want to set background color, but the color should reach to the bottom of the parent-Div (Row). All my ...
StefB's user avatar
  • 101
0 votes
1 answer
575 views

i want to increase height of 2 divs that are parellel to each other , for example left column has less content and right has more content but what i want both should have equal height as left one ...
Sikander's user avatar
  • 2,835
0 votes
1 answer
562 views

Is there a possible way to adopt a row to have full column height in bootstrap? I would like to use the whole white space inside the row and add it within the col-xs-3 column heights. Here is an ...
user avatar
0 votes
1 answer
325 views

I have successfully added a line between the columns, however, the length of the lines are not equal, making the page looks strange. What I want is this, where I can also easily adjust the length of ...
Jimmy Wong's user avatar
0 votes
1 answer
241 views

I'm in the process of learning bootstrap and am struggling very hard. I know that the default row height in bootstrap is whatever height will be able to contain a child element (i.e. a column). ...
Izzo's user avatar
  • 5,008
1 vote
2 answers
186 views

I got a couple of columns created with bootstrap for a footer. Each column has some info in them (i.e: address, links etc). But a column with more information in it than the other, will be longer, so ...
twan's user avatar
  • 2,679
0 votes
1 answer
185 views

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></...
duke_sastry's user avatar
-1 votes
1 answer
136 views

I have developed a website. The responsiveness working fine in desktop view, but it is not working fine with different resolutions. Here is my code: <div class="container"> <section id=...
gopal's user avatar
  • 1
-1 votes
1 answer
123 views

responsive columns like a thumbnail carousel, with the image on centre of the top border I do not have a basic idea to how to create this using bootstrap. I basically need to know how to create ...
Baskar Kalyanasamy's user avatar
0 votes
1 answer
94 views

I have two div , first one takes 2 cols , and the second takes 10 cols i want the first div's height equals to the row's height I tried .menu-col { height :100% } , but doesn't work . .main-...
saifaldeen's user avatar
-1 votes
2 answers
59 views

I have the following text divs. .owners{ margin: 0px 20px 0px 20px; } <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://...
TheUnknownChop's user avatar
0 votes
0 answers
44 views

I want to achieve a 'grid' like display for my bootstrap app where the height of each row is the same (And the height is the defined by the tallest content). However, am getting with the following ...
ErnieKev's user avatar
  • 3,051

15 30 50 per page
1
2
3 4 5
15