# Align level 3 submenu in mega menu?

Some mega menus can be very tall. In that case, expanding a level 3 menu may not leave enough space. When this happens, you should pin the level 3 menu to the top instead.

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

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

<figure><img src="/files/1E14nNKrNP6tQoOMnHC5" alt=""><figcaption></figcaption></figure>

Paste it into the Internal Stylesheet / CSS box:

```
ul.children[menulevel="2"] li.child.is-parent.menu-expand {
  position: initial;
}

ul.children[menulevel="2"] li.child.is-parent.menu-expand ul.children[menulevel="3"]{
  top: 0px;
}
```


---

# 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://help.shopifas.com/manual/website/help.naviplus.io/frequently-asked-questions/customize-user-interface-ui/align-level-3-submenu-in-mega-menu.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.
