Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
Background ImageUpload an image file that will be used as a background to the element.
Image PreviewShows a preview of the uploaded image.
Background ColorEnter the element's background color as a hex code or use the color picker to select the desired color.
Background Repeat

Select the method of repeating the background image. Available options are:

  • Default
  • Repeat X
  • Repeat Y
  • No Repeat
Background Size

Select the background size. Available options are:

  • Default
  • Contain
  • Cover
Background Position XEnter the background's horizontal position in em, px, percentage, rem or auto size.
Background Position YEnter the background's vertical position in em, px, percentage, rem or auto size.

Margin

NameDescription
Margin TopEnter the element's top margin in em, px, percentage, rem or auto size.
Margin LeftEnter the element's left margin in em, px, percentage, rem or auto size.
Margin RightEnter the element's right margin in em, px, percentage, rem or auto size.
Margin BottomEnter the element's bottom margin in em, px, percentage, rem or auto size.

Padding

NameDescription
Padding TopEnter the element's top padding in em, px, percentage, rem or auto size.
Padding LeftEnter the element's left padding in em, px, percentage, rem or auto size.
Padding RightEnter the element's right padding in em, px, percentage, rem or auto size.
Padding BottomEnter the element's bottom padding in em, px, percentage, rem or auto size.

Border

NameDescription
Border StyleSelect the element's border style.
Border ColorEnter the element's color as a hex code or use the color picker to select the desired color
Border Top WidthEnter the element's top border width in em, px, percentage, rem or auto size.
Border Left WidthEnter the element's left border width in em, px, percentage, rem or auto size.
Border Right WidthEnter the element's right border width in em, px, percentage, rem or auto size.
Border Bottom WidthEnter the element's bottom border width in em, px, percentage, rem or auto size.
Border Radius

Display

NameDescription
Display

Select the element's display style. Available options are:

  •  Default
  • Block
  • Inline
  • Inline Block
  • None
Position

Select the element's positioning type. Available options are:

  • Static
  • Fixed
  • Relative
  • Absolute
Position TopEnter the element's top positioning within the canvas in em, px, percentage, rem or auto size.
Position LeftEnter the element's left positioning within the canvas in em, px, percentage, rem or auto size.
Position RightEnter the element's right positioning within the canvas in em, px, percentage, rem or auto size.
Position BottomEnter the element's bottom positioning within the canvas in em, px, percentage, rem or auto size.
Float

Choose the element's positioning alignment. Available options are:

  • None
  • Position Left
  • Position Right

Size

NameDescription
WidthEnter the element's desired width in em, px, percentage, rem or auto size.
HeightEnter the element's desired height in em, px, percentage, rem or auto size.
Min WidthEnter the element's minimum width in em, px, percentage, rem or auto size.
Min HeightEnter the element's minimum height in em, px, percentage, rem or auto size.
Max Width

Enter the element's maximum width in em, px, percentage, rem or auto size.

Max HeightEnter the element's maximum height in em, px, percentage, rem or auto size.

Custom

The Custom Styling option allows you to write custom CSS code that will determine the element's styling.

...