
By default, every new grid child will populate an individual grid cell and fill in the next available cell from left to right. You can add any child elements (e.g., headings, images, div blocks, etc.) inside a grid. Then, the row will grow based on the content inside and never shrink beyond 200px. For example, if you want your rows to have a minimum height of 200px, you can set the min value to 200px and the max value to Auto. You can also set min/max values to ensure your rows and columns don’t shrink beyond a set minimum value or expand beyond a set maximum value. You use it to define the length of rows and columns just like a percentage or pixel unit, but, unlike fixed percentages or pixel units, the FR unit automatically calculates row and column space while adjusting for gaps. The FR unit represents a fraction of the available space in the grid. You can use regular units (e.g., px, em, rem) when determining grid sizing, or you can use FR units. You can also enter a custom size for columns or rows in the Style panel, or by clicking a row or column heading on the canvas. You can adjust the size of grid columns by selecting and dragging the column heading to the desired size on the canvas. You can also set the gap size in the Style panel under Gap. To adjust the gap size between rows and columns, click and drag the gaps on the canvas. Gaps let you specify the space between rows and columns without having to add margin or padding.
ROW BLOCKS COLORING PAGES HOW TO
How to adjust gaps between columns and rows Hover over the row or column you’d like to move, then drag the handle that appears on the left side. You can reorder rows or columns in the Style panel. You can also delete or duplicate a row or column in the Style panel when you hover over the column or row. To duplicate or delete a column or row, right-click the row or column header on the canvas and select Duplicate or Delete. How to duplicate and delete rows and columns You can also add new rows and columns by going to the Style panel and clicking the “ plus” icon next to Columns or Rows. You can add new rows and columns in grid edit mode by clicking the “ plus” icon next to top right or bottom left grid headers. To exit the grid edit mode, press Escape or click Done on the canvas. Then, go to Style panel > Layout > Display and click Edit grid. To edit a grid, select the element that contains the grid. Then, select that element, go to Style panel > Layout > Display, and choose Grid.

To create a grid, add an element that supports grid (e.g., a section, div block, etc.) to the canvas from the Add panel. How to move, span, and align grid content.Note that since grid is a display setting, it is a guide.

It provides flexibility for repositioning and resizing grid content to produce powerful, responsive designs. Grid - also known as CSS grid - is a display property for structuring layouts.
