Bootstrap Fluid Layout

In Bootstrap 3+, media queries are all included. You just need to decide if you want to use a fixed width or fluid width layout for your page. In other words, fluid layout utilizes 100% width of the viewport that covers 100% width of the screen.

Create Fluid Layout

The process of creating the fluid yet responsive layout starts with the .container-fluid class. Next, add rows within a .container-fluid using .row class. Further column can be created using grid classes like .col-xs-*, .col-sm-*, .col-md-*,.col-lg-* . Here '*' represent grid number.

Bootstrap Fluid Layout Example

The following example shows single button dropdown:

See Live Example

The above Bootstrap Fluid Layout example will produce below output: