I'm trying to do the following layout:
-----------------------------------------------
Cabeçalho
-----------------------------------------------
|
|
|
|
FORM | TEXTO
|
|
|
|
|
---------------------|-------------------------
Roapé
-----------------------------------------------
Where the header is an individual row
and my form
and texto
is inside another row
individual. And the footer is fixed:
<body>
<nav class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-12 col-xs-12">
CABEÇALHO
<div>
</div>
<div class="row">
<div class="col-sm-5 col-md-5 col-xs-5">
FORM
<div>
<div class="col-sm-7 col-md-7 col-xs-7">
TEXTO
<div>
</div>
</nav>
<footer class="row">
RODAPÉ
</footer>
</body>
Doubt is like having the two middle columns with the total height between the header and the footer. Footer you a position: fixed; bottom: 0;