> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/space/guides/sitewide/add-login-to-mobile-menu-drawer.md).

# Add login to mobile menu drawer

If the login icon is not visible in the mobile header, this is intentional. On smaller screens, adding too many header icons can cause wrapping and layout issues.

Instead, place the login link inside the mobile side drawer menu.

> Support note: "This was done intentionally as adding multiple icons/text to your header bar on mobile will cause your menu items to display oddly. This can be set up by creating a Login button via your Drawer menu and linking it to `/account`."

## Add the login link in your drawer menu

1. In Shopify, go to **Online Store** > **Themes** > **Customize**.
2. Open **Theme settings** > **Header**.
3. Under **Drawer menu**, choose the menu used for mobile navigation.
4. Click **Edit menu**.
5. Add a new menu item:
   * **Label:** `Login` (or `Log in`)
   * **Link:** `/account`
6. Save the menu, then save your theme changes.

## Check customer account settings

If the link still does not work as expected, make sure customer accounts are enabled in **Shopify admin** > **Settings** > **Customer accounts**.

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

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


---

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

```
GET https://help.brickspacelab.com/space/guides/sitewide/add-login-to-mobile-menu-drawer.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.
