Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing the Mobile Menu #203

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pages/01.gantry5/03.particles/08.mobile-menu/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ Let's say you have multiple menus assigned in the page layout, but you have a sp

All you have to do is open the settings for the **Menu** particle you would like to target for use as the mobile menu, and check the **Mobile Target** option. This will tell Gantry that this menu is the one that you want to have referenced by the mobile menu.

Determining When the Mobile Menu is Shown
----

The Mobile Menu is shown according on a setting on the **Styles** tab of the Base Outline. Scroll to **Configuration Styles** to locate the **Mobile Menu** field, which is set to 48rem by default. This means the Mobile Menu will appear on displays up to 48rem (768px) wide. To make it visible on larger displays, increase this value.

! To make the mobile menu visible at all times, set this to a very large value (e.g., 4000px, 2000rem).