Hi,
Since I’m working on enterprise solutions, it wouldn’t be appropriate to share a similar implementation as a module.
The solution is to use a separate layout without navigation for this page. In Mendix, the top bar and left navigation are part of the layout and cannot be disabled per page, so the correct approach is to duplicate a blank or login-style layout, remove the top bar and sidebar entirely, and assign this layout only to the required page. This way, the navigation is not hidden via CSS but is not rendered at all, allowing the page to match the design exactly.
Hopefully this helps you.
Thank you, Mr. Ahmet. This really helps me and gives me confidence. I’m looking forward to your continued support.