Posts by Marcelo Barbosa • 31 points
2 posts
-
0
votes3
answers1015
viewsA: How to Set Different "Row" Sizes in Bootstrap 3
Colleagues, I have managed to solve my problem by using the following structure:: container (for centralized fixed content) container-Fluid (to leave 100% widht) and inside another container (to…
-
3
votes3
answers1015
viewsQ: How to Set Different "Row" Sizes in Bootstrap 3
I’m wondering how to set a value of 100% width (filling the whole screen, independent of the container) only for a bootstrap "Row", is it necessary to create a new css class for that Row in…