# Layout

Layout options allow you to set the container size for the entire site and adjust block spacing.

To edit the layout options go to **Appearance** -> **Customizer** -> **Styling** -> **Layout**

### Container Width

There are three predefined widths you can set for the container size:&#x20;

* **Large -** Maximum width is 1296 pixels.
* **Medium** - *Default*, maximum width is 1116 pixels.
* **Small** - Maximum width is 936 pixels.
* **Custom** - User defined maximum width

<figure><img src="/files/S7EvzscCZsMKGVTQ9gtK" alt="" width="333"><figcaption><p>Container size controls</p></figcaption></figure>

If you want to set a full width for the container check the above option **Full Width Container** toggle.

### Block Spacing

Block Spacing controls the space between two blocks. It is especially useful for nested blocks, like images within a Gallery block. Setting the Block Spacing to zero removes the gap between blocks, while leaving it empty uses the default spacing.

You can choose between **8 predefined block spacings** but also set your preferred spacing value which is responsive friendly:

<figure><img src="/files/UJFfaovPTiZ6DGYfhJeA" alt="" width="331"><figcaption></figcaption></figure>

### Container Width on Single Page

If you want custom container size on page level (not entire site) you can do this by clicking **Edit Page** or  **Edit Post** (whatever single page):

Go to **Parameters and Options** -> **Page Options** -> **Other Settings**

<figure><img src="/files/dfC7le0O59eserGxEH2i" alt=""><figcaption><p>Setting custom container width for current page/post</p></figcaption></figure>

The same settings available in the Customizer are also found here.


---

# Agent Instructions: 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:

```
GET https://docs.kaliumtheme.com/styling/layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
