the same as the following table:
<div id="page-wrapper">
<table class="col-xs-12 col-sm-12 col-md-12 col-lg-12 fm-table" >
<tr>
<td class="col-xs-6 col-sm-6 col-md-3 col-lg-3 fm-left">
<ul class="fm-tree-directory">
</ul>
</td>
</tr>
</table>
</div>
and a css:
.fm-tree-directory {
max-height: 750px;
min-height: 750px;
list-style: none;
padding: 0;
margin: 0;
vertical-align: top;
width: 100%;
height: 100%;
The problem that in the footer is passing on some monitors, and in others it is far from the footer. How to leave the same size for the footer always, since the table gets different sizes always. I tried to set the minimum and maximum percentage, but it has no effect.