> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/remons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/remons/basic/layout.md).

# Layout

<figure><img src="/files/10T8ix9PciT5W3LfIRRb" alt=""><figcaption></figcaption></figure>

## 1. Container:&#x20;

**Container** setting controls the width and structure of the content area on your website

## 2. Layout Drop-down: &#x20;

This feature allows you to set the position of sidebar for all pages except Blog Pages and Shop Pages

### 2.1 Set layout ( the position of sidebar ) for all pages

Suppose that you want to set "right sidebar" option for all pages

Step 1: Go to Appearance >> Customize >> Layout: select right sidebar

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

Step 2: Choose "right sidebar" option for blog pages and shop pages:&#x20;

* Go to: Appearance >> Customize >> Blog >> Archive >> Layout Drop-down: Select "Right Sidebar"
* Go to Appearance >> Customize >> Blog >> Single >> Layout Drop-down: Select "Right Sidebar"
* Go to Appearance >> Customize >> WooCommerce >> Product Catalog >> Layout Drop-down: Select "Right Sidebar"
* Go to Appearance >> Customize >> WooCommerce >> Product Detail >> Layout Drop-down: Select "Right Sidebar"

Step 3: Go to: Pages >> All Pages >> Edit Pages

* &#x20;Set default template for pages

<figure><img src="/files/ALHl6ItCGfalRcdiEmnh" alt=""><figcaption><p>Choose Default template for the pages</p></figcaption></figure>

* Move on:  General setting >> Main Layout tab : choose global option ( **Please, note**: To display General Setting Area, you have to install and active CMB2 plugin.  )

<figure><img src="/files/3U7J2jG593mjt45cTc8u" alt=""><figcaption></figcaption></figure>

### 2.2 Set layout ( the position of sidebar ) for  a Page

Step 1: Go to: Pages >> All Pages >> Choose a page to edit

Step 2: In template tab in the right site: choose "Default template"

Step 3: Move on: General Setting >> Main Layout: select one of below options:&#x20;

* Global: Use the layout setting in Appearance >> Customize >> Layout >> Layout drop-down
* No Sidebar, Right Sidebar, Left Sidebar: If you choose one of these options, the setting for layout drop-down in Appearance >> Customize >> Layout won't affect the page.&#x20;

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

### 3. Wide Site Drop-down

This feature allows you set width for all pages:  select "Wide" if you want to have a full page layout or "boxed" if you want to a boxed page layout.&#x20;

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

### 3.1 Set "Wide Site" for all pages

Suppose that you want to choose "wide" option for all pages:&#x20;

Step 1: Go to Appearance >> Customize >> Layout >> Wide Site: choose wide

Step 2: Go to Pages >> All Pages >> Edit Pages

* With template tab in right side, choose default template and Elementor Full Width

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

* Move on General setting >> Wide Site: Global. ***Please, note***:  To display General Setting Area, you have to install and active CMB2 plugin.&#x20;

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

### 3.2 Set Wide Site for a Page

Step 1: Go to Pages >> All Pages >> Chose a page to edit:&#x20;

Step 2: With template tab in right side, choose default template and Elementor Full Width

Step 3:  Move on General setting >> Wide Site: Choose of below options:&#x20;

* Wide: If you like to have a full-width page
* Boxed: if you want to a boxed page layout


---

# 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://ova-themes.gitbook.io/remons/basic/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.
