Add Blocks to the Footer
All Snippets named footer_block
will be shown in the Page Footer. You can order them by the Priority Number or you can order by Bootstrap order-* Classes. The Blocks will be shown as equal Columns - but you can change the size for each Block by using the Classes col-1
, col-2
, col-3
...
This is how the entire footer block is constructed:
<div class="row justify-content-center">
/* loop your blocks */
<div class="col *your classes*">* snippets content *</div>
<div class="col *your classes*">* snippets content *</div>
...
</div>
The last Element of the Page
you can edit in the Snippet footer_text
.