Twitter Bootstrap, the most used HTML, CSS and jQuery Framework used by most of the developers in the world. All components of Bootstrap are of great use for developing beautiful user-friendly websites. One of the great components of Bootstrap is its Grid structure. When using default 12 columns grid structure, it sometimes creates problems for the developer when they have a structure with five columns in a row.
Add below CSS to your stylesheet and use col-lg-55
, col-md-55
, col-sm-55
, or col-xs-55
to display five columns in the same row.