> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-7-documentation/theme-settings/global-styles/layout.md).

# Layout

Configure global layout and spacing options such as page width, section spacing and mobile layout tweaks. Also controls site-wide feature toggles like wishlist and hot-stock badges.

1. From your Shopify admin, go to **Online Store ->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Layout.**

<figure><img src="/files/kSpFWrM0jXCAjBB0qSlw" alt=""><figcaption></figcaption></figure>

### Layout Settings

<table><thead><tr><th width="218">Settings</th><th width="132">Type</th><th width="147">Default</th><th>Description</th></tr></thead><tbody><tr><td>Page Width</td><td>range</td><td>1600px</td><td>Maximum page/container width in pixels.</td></tr><tr><td>Spacing Sections</td><td>range</td><td>0px</td><td>Vertical spacing between major sections.</td></tr><tr><td>Spacing Grid Horizontal</td><td>range</td><td>8px</td><td>Horizontal gutter spacing between grid items.</td></tr><tr><td>Spacing Grid Vertical</td><td>range</td><td>8px</td><td>Vertical gutter spacing between grid items.</td></tr><tr><td>Enable Multi Tab Layout Mobile</td><td>checkbox</td><td>false</td><td>Enable multi-tab layout on mobile devices.</td></tr><tr><td>Show Wishlist</td><td>checkbox</td><td>true</td><td>Toggle display of the wishlist feature/site icon.</td></tr><tr><td>Link Wishlist</td><td>url</td><td></td><td>URL destination for wishlist; visible if <code>show_wishlist</code> is enabled.</td></tr><tr><td>Show Hot Stock</td><td>checkbox</td><td>true</td><td>Toggle display of hot-stock indicator on products.</td></tr><tr><td>Hot Stock Limit</td><td>text</td><td>20</td><td>Numeric threshold used to consider a product "hot"; visible if hot-stock enabled.</td></tr><tr><td>Show Dynamic Browser Title</td><td>checkbox</td><td>true</td><td>Toggle use of a dynamic browser tab title.</td></tr><tr><td>Dynamic Browser Title Content</td><td>liquid</td><td>Come back ⚡</td><td>Liquid template used to render dynamic browser title content.</td></tr><tr><td>Show floating &#x26; falling icons</td><td>checkbox</td><td>false</td><td>Toggle playful floating and falling icons to add a lively, dynamic touch to your storefront.</td></tr></tbody></table>

### &#x20;<a href="#section-settings" id="section-settings"></a>

### Need More Help? <a href="#section-settings" id="section-settings"></a>

If you experience any difficulties or require extra support with your Ella theme, feel free to contact our support team through our [Ticket System](https://halosoft.ticksy.com/) — we’ll get back to you within 24 hours.

Simply scan the QR code below to join our Facebook community and stay updated with the latest news, tips, and announcements.

<div align="left"><figure><img src="/files/u3Ke6fbPZZvBlBetfneg" alt="Halothemes Community" width="233"><figcaption></figcaption></figure></div>

<a href="https://www.facebook.com/groups/halothemescommunity" class="button primary" data-icon="comment-dots">Join HaloThemes Community</a>


---

# 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://halosoft.gitbook.io/ella-7-documentation/theme-settings/global-styles/layout.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.
