# Header Layout

This setting allows you to control the structure and behavior of the site header, including its width and whether it stays visible while scrolling. You can choose between fullwidth or fixed layouts, along with sticky options that keep the header attached to the top of the screen for easier navigation.

**Step-by-Step Guide to Configure The Header Layouts**

1. Go to Ghost Admin.
2. Navigate to **Settings → Design → Theme settings → Site Wide.**
3. Find the **Header Layout** setting.
4. Select one of the available options:
   * **Fullwidth** – header spans the full width of the screen.
   * **Sticky fullwidth** – fullwidth header that remains visible on scroll.
   * **Fixed layout** – header is contained within a fixed-width container.
   * **Sticky fixed layout** – fixed-width header that stays visible on scroll.
5. Click **Save** to apply changes.
6. Refresh your site to preview the selected header behavior.

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


---

# Agent Instructions: 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:

```
GET https://themesupport.gitbook.io/gravity-docs/general-settings/header-layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
