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

# Layout

Set layout global theme layout style

To access Customizer go to your admin **Dashboard** Navigate to **Appearance** >> **Customize --> Layout**

### **1. General Layout**

* Global Layout Styl&#x65;**:** set global layout style boxed or fullwidth having custom background image, custom width.
* Boxed style: when you set up a global layout style is boxed, you can see the boxed style option to the config background color, width, background top, and background bottom.
* Wide Layout
* Content width
* Gutter width
* Content Padding

![](/files/-MYNnHcBS8mQPQi5ZcG_)

### 2. 404 Layout Settings:&#x20;

Customizing > Layout > 404 Page Settings

![](/files/-MYNnOh5XS-WhwbLXObE)

And "**Publish**" with all changes


---

# 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://wpdocs.gitbook.io/huntor/setting/customize/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.
