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
Solved! Go to Solution.
Views
Replies
Total Likes
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
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
it worked, thanks a lot. we added this in our css
.guideContainerNode .mobileLayout{
display: none !important;
}
Views
Replies
Total Likes