> For the complete documentation index, see [llms.txt](https://docs.atloss.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atloss.de/en/theme-configuration/general/layout.md).

# Layout

### Overview

The layout section includes general settings that apply globally to your shop.

### Configuration

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

<details>

<summary>Maximum container width (in px)</summary>

This field allows you to define the overall width of your shop. The following picture illustrates this a bit better:

<img src="/files/0sSWI0wpRdY4uukEWEpM" alt="" data-size="original">

</details>

<details>

<summary>Rounded corners (in px)</summary>

The theme creates frames and corners on various elements and areas in your shop. [Buttons](/en/academy/technical-terms/button.md) are one example of this. With this option, you can specify whether and how much your corners should be rounded. The higher the value, the more rounded they will be.

</details>

<details>

<summary>Icon-Set</summary>

The selected [icon](/en/academy/technical-terms/icon.md) set offers you icons for your shop that sometimes look different. The following images illustrate examples of the different icons for [header](/en/academy/technical-terms/header.md) actions:

***

Icon-Set 1:

<img src="/files/h6Tv1zdMTY0ghVAT3Gyb" alt="Katana Icon-Set" data-size="original">

Icon-Set 2:

<img src="/files/M5FYnIEX1KsAbqJN7Smn" alt="" data-size="original">

Icon-Set 3:

<img src="/files/iEkZJuag8iO8iXa6bTYO" alt="" data-size="original">

</details>

<details>

<summary>Button Hover Effect</summary>

With this option you can define different [Hover Effects](/en/academy/technical-terms/hover-effekt.md) for your [Buttons](/en/academy/technical-terms/button.md).

***

Standard:

<img src="/files/NWRDKhxu0haJPo6orCCg" alt="" data-size="original">

Shimmer:

<img src="/files/l4uCzGwGDhymQ9A6Qh6B" alt="" data-size="original">

</details>

<details>

<summary>Shadows</summary>

This value represents the color and intensity of shadows at different locations in your shop.

</details>

<details>

<summary>Scroll-Up Button</summary>

**Show**\
With this setting, you can display the scroll-up [button](/en/academy/technical-terms/button.md) in your shop. It appears at the bottom right as soon as the visitor scrolls down the page a little. With one click, it automatically takes you back to the top of the page.

**Hide**\
The Scroll-Up Button is disabled.

</details>


---

# 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://docs.atloss.de/en/theme-configuration/general/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.
