List
Return list.
Shortcode
[list] [list_item icon="fa-flag" link="#"]List 1[/list_item] [list_item icon="fa-trophy" link="#"]List 2[/list_item] [list_item icon="fa-crosshairs" link="#"]List 3[/list_item] [/list]
Attributes
Name | Type | Default | Description |
---|---|---|---|
list | |||
type | number | 1 | List type: 1, 2 or 3 |
horizontal | boolean | 0 | Set to "1" to display list items horizontally. |
align | string | List items alignment: "left", "right", "center". | |
margin | number | Margin (top right bottom left) in pixels, e.g. to set 10 pixels margin bottom use: "0 0 10px 0". | |
list_item | |||
icon | string | Icon name: Glyphicons, Font Awesome or Pe-icon-7-stroke. | |
link | url | List item link. | |
link_target | string | List item target. Set "_blank" to open link in a new window. |