Width and Height Size

Setting the size of the element using width and height

The size fields are a short cut to setting the width and height.

By default the width and height matches the elements width and height on the artboard.

If you set your own width and height be sure to include the size length type.

For example, if you want an element to be 100% width and height then enter 100% for each field.

You can also set the width and height and related values in the Styles fields using:

You can set a minimum width and a max width using the min-width and max-width properties:

You can also include or exclude the width and height CSS properties using the sizing options.

Last updated

Was this helpful?