Responsive Layout

This adapts to the device screen to fit the screen and for better usability and navigation. It adjusts automatically to the device display and aligns the elements relatively.

Basic

Columns

PropertyDescription

Add - To add a new column to the columns list

Move - To rearrange the columns among the set

Duplicate - To make a copy of the existing column

Delete - To remove an existing column from the set

Edit Column

PropertyDescription

Min. Width

Set the minimum width for the colum in "px" terms.

Background

Specify the background colour for the column.

Background Image

Provide a valid URL for the image that renders as the background for the column.

Border Color

Mention the color for the column border.

Border Radius

Sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.

Margin

This value is set in terms of "px" number which creates the space between the border and the content of the column.

Padding

This value is set in terms of "px" number which creates the space between the border and outer elements.

Layout

Height

Auto

The height is auto-adjusted for the content

Fixed

The height of the widget is fixed and will not adjust to the content

Row Layout

Row Break

Allows the ability to break the columns into subsequent rows, thus enabling the widget to show more rows and content.

For example - if there are 9 columns added to the layout and the 'Columns per Row' is set to 3, the layout will break the columns into 3 rows, showing 3 columns in each row. Only one row is displayed in the layout if this is not toggled ON.

Columns per Row

PropertyDescription

Desktop

Specify the number of columns for each row when the widget is displayed on a desktop device

Tablet

Specify the number of columns for each row on tablet device

Mobile

Specify the number of columns for each row for mobile device

Columns Layout

Match Columns Height

Aligns and sets a uniform height for all the columns added to the widget, adjusting with the contents of the columns.

Columns Spacing (px)

PropertyDescription

Horizontal

Specifies the gap between the columns in horizontally

Vertical

Specifies the gap between the columns in vertically

Row Style

This represents the row lines created within column lines, also the top and bottom lines between the widget's border and content.

PropertyDescription

Background

This is the background space of the widget, behind all the columns. Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front element clearly.

Box Shadow

The is the colour of the shadow that is generated behind the widget box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area. "x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box. "y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box. "Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.

Border Color

Set the colour to the border lines. The border lines will be shown only if that is enabled.

Border Radius

This sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.

Margin

This value is set in terms of "px" number, which creates the space between the border and outer elements.

Padding

This value is set in terms of "px" number, which creates the space between the border and the content of the widget.

Column Style

This represents each column box added inside the widget.

PropertyDescription

Background

This is the background space of each column. Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front element clearly.

Box Shadow

The is the colour of the shadow that is generated behind the column box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area. "x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box. "y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box. "Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.

Border Color

Set the colour to the borderlines for each column. The borderlines will be shown only if that is enabled.

Border Radius

This sets the radius on the corners of each column, enabling rounded corners to the column box. This value is defined in "px" terms.

Margin

This value is set in terms of "px" number, which creates the space between the border of the column and the outer space.

Padding

This value is set in terms of "px" number, which creates the space between the border and the content inside the column box.

Last updated