> 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-2.md).

# Mega menu style #2

Mega menu style #2 &#x20;

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

#### Mega Menu 2 Block Settings

| Setting                        | Type                | Description                                                                                                            | Visibility                                 |
| ------------------------------ | ------------------- | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| Menu Item Name                 | text                | Label for the mega menu entry.                                                                                         | Always visible                             |
| Grid Columns                   | select              | Number of columns for the mega menu content (2–6 columns).                                                             | 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                             |
| Show A-to-Z Brands             | checkbox            | Toggle to show the A–Z brands list inside the mega menu.                                                               | Always visible                             |
| Brand Title                    | text                | Title text for the brands area.                                                                                        | Visible when Show A-to-Z Brands is true    |
| Brand Button Text              | text                | Button label for joining/visiting the A–Z brands area.                                                                 | Visible when Show A-to-Z Brands is true    |
| Brand URL                      | url                 | Link for the brands button.                                                                                            | Visible when Show A-to-Z Brands is true    |
| Inherit Color Scheme           | checkbox            | If true, this block inherits the section color scheme.                                                                 | Always visible                             |
| Color Scheme                   | color\_scheme       | Block-specific color scheme used when Inherit Color Scheme is false.                                                   | Visible when Inherit Color Scheme is false |
| Product Collection             | collection          | The collection used to source products displayed in the mega menu.                                                     | Always visible                             |
| Product Limit                  | range               | Maximum number of products to show (1–4).                                                                              | Always visible                             |
| Product Direction              | select              | Layout direction for product display (column = vertical, row = horizontal).                                            | Always visible                             |
| Horizontal Alignment           | select              | Horizontal alignment for product items when Product Direction is 'row' (left/center/right).                            | Visible when Product Direction == 'row'    |
| Vertical Alignment             | select              | Vertical alignment for product items when Product Direction != 'row' (left/center/right mapped to flex justification). | Visible when Product Direction != 'row'    |
| Banner Row                     | select              | Which row the banner appears in (top/bottom) inside the mega menu block.                                               | Visible when Show Promotion Banner is true |
| Banner Image 1/Link 1          | image\_picker + url | First banner image and its URL.                                                                                        | Visible when Show Promotion Banner is true |
| Image Border Thickness (block) | range (px)          | Border thickness applied to product/banner images for this block.                                                      | Visible when Show Promotion Banner is true |
| Image Corner Radius (block)    | range (px)          | Corner radius applied to images for this block.                                                                        | 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-2.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.
