Skip to main content
497 votes
20 answers
1.0m views

Vertical Align Center in Bootstrap 4 [duplicate]

I am trying to center my Container in the middle of the page using Bootstrap 4. I have been unsuccessful thus far. Any help would be appreciated. I have built it at Codepen.io so you guys can play ...
canaan seaton's user avatar
487 votes
24 answers
898k views

Bootstrap align navbar items to the right

How do I align a navbar item to right? I want to have the login and register to the right. But everything I try does not seem to work. This is what I have tried so far: <div> around the <...
Luuk Wuijster's user avatar
748 votes
12 answers
1.3m views

Change navbar color in Twitter Bootstrap

How would I go about modifying the CSS to change the color of the navbar in Twitter Bootstrap?
Jamal Khan's user avatar
  • 9,491
111 votes
3 answers
111k views

Bootstrap row with columns of different height

I currently have something like: <div class="row"> <div class="col-md-4">Content</div> <div class="col-md-4">Content</div> <div class="col-md-4">...
user3379926's user avatar
  • 3,925
9 votes
1 answer
13k views

Bootstrap 4.0 Grid System Layout not working

I'm trying to do a layout with bootstrap, but I can't figure it out what I'm doing wrong. I'm putting two columns of 6 and the second column of 6 I'm putting 2 columns of 3 inside, but it's not ...
bfaria's user avatar
  • 153
143 votes
16 answers
548k views

Bootstrap carousel multiple frames at once

This is the effect I'm trying to achieve with Bootstrap 3 carousel Instead of just showing one frame at a time, it displays N frames slide by side. Then when you slide (or when it auto slides), it ...
rodrigo-silveira's user avatar
359 votes
13 answers
417k views

Missing visible-** and hidden-** in Bootstrap

In Bootstrap v3 I often use the hidden-** classes combined with clearfix to control multi column layouts at different screen widths. For example, I could combine multiple hidden-** in one DIV to ...
johna's user avatar
  • 10.7k
595 votes
32 answers
934k views

how to make a whole row in a table clickable as a link?

I'm using Bootstrap and the following doesn't work: <tbody> <a href="#"> <tr> <td>Blah Blah</td> <td>1234567</td> ...
user1038814's user avatar
  • 9,627
48 votes
2 answers
95k views

What is the purpose of the 'node_modules' folder?

What exactly is the node_modules folder and what is it for? I know when we download any library with npm, the library goes to folder node_modules. I also know that, when we are going to upload it (to ...
izaac mendes's user avatar
94 votes
6 answers
205k views

Order columns through Bootstrap4

I have 3 columns which I want to order in different ways on desktop and mobile. Currently, my grid looks like this: <div class="row"> <div class="col-xs-3 col-md-6"> 1 </div&...
Cray's user avatar
  • 5,453
33 votes
5 answers
57k views

How to extend/modify (customize) Bootstrap with SASS

I want to create a website theme based on Bootstrap. I want to extend Bootstrap's default components and change some of them. For this, I would need access to SASS variables that Bootstrap defines so ...
Victor's user avatar
  • 14.5k
600 votes
10 answers
417k views

What is the difference among col-lg-*, col-md-* and col-sm-* in Bootstrap?

What is the difference among col-lg-* , col-md-* and col-sm-* in Twitter Bootstrap?
StreetCoder's user avatar
  • 10.1k
64 votes
10 answers
204k views

Center an element in Bootstrap Navbar

No matter what I try, I can't center something in Bootstrap navbar, any solutions for it? I've tried adding a div, using margin:0 auto; or margin-right:auto; margin-left:auto;, used center-block ...
LuTz's user avatar
  • 1,523
414 votes
47 answers
490k views

Five equal columns in twitter bootstrap

I want to have 5 equal columns on a page I am building and I can't seem to understand how the 5 column grid is being used here: http://web.archive.org/web/20120416024539/http://domain7.com/mobile/...
Gandalf's user avatar
  • 13.7k
235 votes
6 answers
153k views

`col-xs-*` not working in Bootstrap 4

I have not encountered this before, and I am having a very hard time trying to find the solution. When having a column equal to medium in bootstrap like so: <h1 class="text-center">Hello, world!...
YoungCoder's user avatar
  • 2,579

15 30 50 per page
1
2 3 4 5
95