> For the complete documentation index, see [llms.txt](https://sitesbyseth.gitbook.io/sitesbyseth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/sections/multicolumn-multirow-collage.md).

# Multicolumn, Multirow & Collage

Three flexible content-grid sections. Quick chooser:

* **Multicolumn** — equal columns of icon/image + text (features, values, "why us")
* **Multirow** — repeating full rows of image + text, alternating sides (brand story, process)
* **Collage** — one large tile + smaller tiles mixing images, products, collections, and video (lookbook energy)

## Multicolumn

### Section settings

| Setting              | What it does                                   | Default                   |
| -------------------- | ---------------------------------------------- | ------------------------- |
| Heading + size       | Section heading                                | "Multicolumn" / Medium    |
| Image width          | One-third / Half / Full width of column        | Full                      |
| Image ratio          | Adapt / Portrait / Square / **Circle**         | Adapt                     |
| Button label + link  | Optional section-level button (blank = hidden) | "Button label"            |
| Columns (desktop)    | 1–6                                            | 3                         |
| Column alignment     | Left or Center                                 | Left                      |
| Secondary background | None, or show as column background (card look) | Show as column background |
| Color scheme         | Section colors                                 | Scheme 1                  |
| Mobile columns       | 1 or 2                                         | 1                         |
| Carousel (mobile)    | Swipe instead of stack                         | Off                       |
| Padding top / bottom | 0–100px                                        | 36 / 36                   |

### Column block

Each column: **Image**, **Heading**, rich-text **Description**, and an optional **Link label + Link** (blank label = hidden).

## Multirow

### Section settings

| Setting                               | What it does                                                                  | Default              |
| ------------------------------------- | ----------------------------------------------------------------------------- | -------------------- |
| Image height                          | Adapt / Small / Medium / Large                                                | Medium               |
| Image width                           | Small / Medium / Large                                                        | Medium               |
| Placement                             | **Alternate from left** / Alternate from right / Aligned left / Aligned right | Alternate from left  |
| Heading size                          | Small → Extra extra large                                                     | Medium               |
| Text style                            | Body / Subtitle                                                               | Body                 |
| Button style                          | Solid / Outline                                                               | Outline              |
| Content position / alignment          | Top-Middle-Bottom, Left-Center-Right, + mobile alignment                      | Middle / Left / Left |
| Color scheme + Container color scheme | Section vs. text-container colors                                             | Scheme 1 / Scheme 1  |
| Padding top / bottom                  | 0–100px                                                                       | 36 / 36              |

### Row block

Each row: **Image**, **Caption**, **Heading**, rich **Text**, **Button label** (blank = hidden) + **Button link**.

## Collage

### Section settings

| Setting                     | What it does                                                 | Default                       |
| --------------------------- | ------------------------------------------------------------ | ----------------------------- |
| Heading + size              | Section heading                                              | "Multimedia collage" / Medium |
| Layout                      | **Large block first** (left) or last (right)                 | Large block first             |
| Mobile layout               | Collage (keeps the mixed grid) or Column (stacks)            | Column                        |
| Card style                  | *Style all as product cards* or *Use individual card styles* | Product cards                 |
| Product card text alignment | Theme default / Left / Center / Right                        | Theme default                 |
| Color scheme                | Section colors                                               | Scheme 1                      |
| Padding top / bottom        | 0–100px                                                      | 36 / 36                       |

### Blocks (up to 3)

* **Image** — a photo tile
* **Product** — a live product card; optional **second image on hover**
* **Collection** — a collection card
* **Video** — cover image + YouTube/Vimeo URL (plays in a pop-up when other blocks are present) + alt text

The first block becomes the large tile.

💡 **Pro tip:** Collage with *Product + Image + Collection* is a great "shop the look": campaign photo large, the featured product beside it, and the full collection card below.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/sections/multicolumn-multirow-collage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
