Boxed layout with Bootstrap 3

I’m gonna build a website with 2 layouts: boxed and full width by Bootstrap 3. As document, I can create full width layout by using .container-fluid, is it right? In addition, I want to know the way create boxed width layout too. Thank in advance. Sorry for bad english.

Hi, according to Bootstrap’s documentation, you have the option to use either .container or .container-fluid. The first one is for fixed-width layouts, and the other one (as you pointed out) is for fluid. So in this case, I think you’re looking for just .container.

See: http://getbootstrap.com/css/#grid

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.