> For the complete documentation index, see [llms.txt](https://docs.shopone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shopone.io/english/basic-elements/basic-widgets/box.md).

# 2.3. Container

The **Container** widget is a useful tool that helps you easily create content boxes on the landing page. With the Box, you can create frames to contain text, images, videos, or any other elements you want to highlight on the page.

## **1.** Add Container to the landing page

* Click on **Widgets** in the sidebar of the editor.
* Select **Container** from the **Basic** section.
* Choose the **Container** element and drag it onto your landing page.

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

## **2. Container Editor**

### 2.1. Design Editor

To access the **Design Editor**, click on the **Container** widget you wish to modify on the screen and select **Design** from the quick settings bar.

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

* **Align**: helps you align the **Container** within the container, see details [<mark style="color:blue;">**here**</mark>](/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/design-editor/align.md).
* **Sizes**: adjust the size of the **Container**, see details [<mark style="color:blue;">**here**</mark>](/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/design-editor/size.md).
* **Display On**: determines the devices on which the **Container** will be displayed, including Desktop and Mobile.
* **Styles**: allows you to change the background color, overflow content, and shadow effects of the selected **Container**, see details [<mark style="color:blue;">**here**</mark>](/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/design-editor/styles.md).
* **Border**: allows you to add and customize the border around the **Container**, and you can also adjust the border radius, see details [<mark style="color:blue;">**here**</mark>](/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/design-editor/border.md).

### 2.2. Advanced Editor

To access the **Advanced Editor**, click on the **Container** widget you wish to modify on the screen and select **Advanced** from the quick settings bar.

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

* **Events:** Allows you to set events for click or hover actions on the widget, see details [**here**](https://docs.shopone.io/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/advanced-editor/event).
* **Animation**: Allows you to add dynamic animations to the widget on your landing page to make it more attractive and lively, see details [**here**](https://docs.shopone.io/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/advanced-editor/animation).
* **Desktop/Mobile sync design**: Allows you to set synchronization options for the design between desktop and mobile, see details [**here**](https://docs.shopone.io/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/advanced-editor/desktop-mobile-sync-design).
* **Position type**: Lets you choose the appropriate positioning style to optimize the webpage and provide the best experience for users, see details [**here**](https://docs.shopone.io/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/advanced-editor/position-type).
* **Custom advance**: Allows you to customize the appearance and behavior of the component using CSS layers and custom CSS code, see details [**here**](https://docs.shopone.io/english/basic-setup-tools-for-the-landing-page/quick-setup-bar/advanced-editor/custom-advance).


---

# 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.shopone.io/english/basic-elements/basic-widgets/box.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.
