From fff99daf4120e8312ef0ea36ba8238efdb5ad6b4 Mon Sep 17 00:00:00 2001 From: thekenshow Date: Thu, 13 Feb 2020 08:59:53 -0500 Subject: [PATCH] Showing the Mobile Menu Add details on how the display of the mobile menu is controlled, and how to make it visible at all times. --- pages/01.gantry5/03.particles/08.mobile-menu/docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/01.gantry5/03.particles/08.mobile-menu/docs.md b/pages/01.gantry5/03.particles/08.mobile-menu/docs.md index b2b2d5c..f80df5f 100644 --- a/pages/01.gantry5/03.particles/08.mobile-menu/docs.md +++ b/pages/01.gantry5/03.particles/08.mobile-menu/docs.md @@ -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).