# Header

The Header setting allows you to select the Theme and Logo type for the Header.\ <img src="/files/MFzfqlBzfAK15snbMafi" alt="" data-size="original">

### Theme

The Header can be shown in Light or Dark theme.

### Logo type <a href="#header-logotype" id="header-logotype"></a>

Depending on the space within your site's Header, you can select how the Logo (with one or two images) is shown. The space could be limited due to a high number of Primary Navigation links that sit inline with the logo.

The following table outlines the Logo type using example logos:

| **Logo type**  | **Final output (desktop)**       | **Final output (mobile)**        |
| -------------- | -------------------------------- | -------------------------------- |
| Default        | ![](/files/CsenXOxQG0LkNXio7irU) | ![](/files/CsenXOxQG0LkNXio7irU) |
| Stacked        | ![](/files/p0Wer3O1Z7RByFfUjoFU) | ![](/files/p0Wer3O1Z7RByFfUjoFU) |
| Inline         | ![](/files/LxG57jNqTbtSyc4yzbBG) | ![](/files/CsenXOxQG0LkNXio7irU) |
| Inline stacked | ![](/files/LxG57jNqTbtSyc4yzbBG) | ![](/files/p0Wer3O1Z7RByFfUjoFU) |

As you can see, only "Inline stacked" has a different behaviour on desktop and mobile.


---

# 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://docs.civictheme.io/development/drupal-theme/header.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.
