Forum Discussion
Storyline - remove "Menu" tab row in sidebar
Nathan, have you ever tried doing the same thing with the Hamburger icon? Remove the icon and then update the content area to reclaim that real estate to display everything larger?
https://community.articulate.com/discussions/discuss/has-anyone-removed-the-hamburger-but-kept-the-the-menu-functionality-in-storylin/1212470
While you can selectively hide the hamburger menu and the text above the slide content area, that will not automatically expand the size of the content area. Right click on the hamburger menu and select Inspect to take you to the relevant section(s) in the HTML. The content area is positioned with a transform inside the div with id="slide". You could manually change the translation to shift the content area upward, but would have to deal with resize issues and when showing or hiding the side menu since all the positioning information is calculated internally. You could also scale everything larger if the width would accomodate it, but you would face the same resizing issues.
Related Content
- 8 months ago
- 2 years ago
- 9 months ago
- 7 months ago