> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-7-documentation/header-group/header-blocks/mega-menu-style-1.md).

# Mega menu style #1

Mega menu style #1&#x20;

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

#### Mega Menu 1 Block Settings

| Setting                | Type          | Description                                                      | Visibility                                 |
| ---------------------- | ------------- | ---------------------------------------------------------------- | ------------------------------------------ |
| Grid Columns           | select        | Number of columns for the mega menu content (2–6 columns).       | Always visible                             |
| Menu Item Name         | text          | The label shown for this menu entry.                             | Always visible                             |
| Width                  | select        | Panel width: page-width or full-width.                           | Always visible                             |
| Show Promotion Banner  | checkbox      | Toggle to enable the promotion/banner area inside the mega menu. | Always visible                             |
| Promotion Layout       | select        | Layout of the banner area (left or right large block).           | Visible when Show Promotion Banner is true |
| Image Border Thickness | range (px)    | Border thickness applied to promotion images.                    | Always visible                             |
| Image Corner Radius    | range (px)    | Corner radius for promotion images (px).                         | Always visible                             |
| First Promotion Image  | image\_picker | Image file for the first promotion slot.                         | Visible when Show Promotion Banner is true |
| First Promotion Link   | url           | Link target for the first promotion image.                       | Visible when Show Promotion Banner is true |
| Second Promotion Image | image\_picker | Image file for the second promotion slot.                        | Visible when Show Promotion Banner is true |
| Second Promotion Link  | url           | Link target for the second promotion image.                      | Visible when Show Promotion Banner is true |
| Third Promotion Image  | image\_picker | Image file for the third promotion slot.                         | Visible when Show Promotion Banner is true |
| Third Promotion Link   | url           | Link target for the third promotion image.                       | Visible when Show Promotion Banner is true |


---

# 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://halosoft.gitbook.io/ella-7-documentation/header-group/header-blocks/mega-menu-style-1.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.
