Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Remove Mobile Nav Bar and Menu

Avatar

Level 2

Hi,

How to remove the mobile nav bar and menu items from AEM forms in Mobile. We want an experience similar to desktop, we selected the option "Layout without panel tiles in the mobile header" under Adaptive Form Container -> Mobile Navigation which removed part of it but the nav bar and menu still remains. We are on aem 6.3.3

Mobile Nav Bar.png

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Try it using the style editor

the style editor. The style editor can be accessed from the edit menu in the top right hand side of the form

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Try it using the style editor

the style editor. The style editor can be accessed from the edit menu in the top right hand side of the form

Avatar

Level 2

it worked, thanks a lot. we added this in our css

.guideContainerNode .mobileLayout{

  display: none !important;

}