Skip to content

Commit c3fd92d

Browse files
authored
Merge pull request #588 from ExpressionEngine/grid-layout-description
Changed the description of the grid layout depending on the options we use on the site.
2 parents 413e72d + 025693e commit c3fd92d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/fieldtypes/grid.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ Specifies the maximum number of rows this Grid can have. For example, if you ent
3333

3434
Enables moving the Grid rows with drag & drop to change the order
3535

36-
#### Always use a vertical grid layout?
36+
#### Grid layout
3737

38-
The fields within the grid will be always stacked vertically on the publish form.
38+
**Auto (default)** - the fields within the grid will be placed in a horizontal row on bigger screens, and stacked vertically on smaller screens or when there is not enough space on the page.
3939

40-
When turned off, the fields within the grid will be placed in a horizontal row next to each other in bigger screens, and stacked vertically on smaller screens.
40+
**Vertical layout** - The fields within the grid will always be stack vertically on the publish form.
41+
42+
**Horizontal layout** - The fields within the grid will always be stacked horizontally on the publish form.
4143

4244
### Grid Fields
4345

0 commit comments

Comments
 (0)