Line
Add a line to your template.
Overview
You can add a line widget to your template. This adds a line separator.
To include a line in your template you will need to add the following line:
{{widget('line', 'thisuniquewidgetname', {'thickness': 'inherit', 'padding': 'inherit', 'length':'inherit', 'align': 'center'})|raw}}
Widget Options
You can change the following options for the widget:
-
thickness
: The link thickness. Possible values: from1
to10
-
padding
: The line padding. Possible values: from10
to30
-
length
: The line length in percentage. Possible values: from10
to100
-
align
: The line alignment. Possible values:left
center
right