Spacer
Add a spacer widget to your template.
Overview
You can add a spacer widget to your template. This widget can be used to insert a separation between widgets.
To include a spacer widget in your template you will need to add the following line:
{{widget('space', 'thisuniquewidgetname', {'height': '50'})|raw}}
Widget Options
You can change the following options for the widget:
height
: The height of the spacer. Possible values: from10
to250