Forum Discussion
Rise - change size of headers and lesson titles
When bulding courses in Rise I've noticed that it's impossible to change size of the header space (top marigin) or font size of the lesson's title. What I woud like to do is to get rid of all the empty space between the title and the first block of content. In the attached phot I marked the areas that I want to be able to edit. The final goal is to avoid scrolling down the page when I insert a Storyline block to Rise or just any other block of content or interactivity. I already turned off Previous and Next buttons from navigation and removed all padding from content blocks but it's still not enough. Does Articulate360 team consider adding such functions for editing marigins? Thank you
- SatishReddyCommunity Member
+1 waiting for this feature
- EricSommerCommunity Member
This is another feature that we definitely want to have. When will we have it?
Hi Eric! This feature isn't on our roadmap right now, but thanks for checking in.
- AdamMeekCommunity Member
Hi Alyssa,
Can you confirm the ability to hide the headers is still on the roadmap?
Adam Meek
- StephanieDiazCommunity Member
Soooo, I have to wonder: this request started something like 3 years ago. Then there were ove 100 requests for this feature logged in this thread alone, then it was "it's on our roadmap," and now you're saying it isn't on your roadmap.
Regardless of whether there's another thread, I'm one of those people who would rather just straight-up be told the truth. Is this something that is doable or not? If it isn't something that can be programmed in for those of us who aren't expert CSS coders, I'd really like to know.
Thank you!
Hi Stephanie,
I appreciate your note. We recognize the ability to hide the lesson header is a highly-requested feature. Here's what our team is busy working on right now. We'll let you know if we add this feature to the roadmap in the future.
- VivianSlaugh162Community Member
Has this been changed yet? If not, please include my team and me on the feature request.
I'll add your vote to the list, Vivian! Thanks for reaching out!
- CarinSampson-86Community Member
Has any progress been made on this issue? I'm encountering similar challenges?
- LizduPlessis-70Community Member
Any updates on this? Important to me, too!
- CarinSampson-86Community Member
If anyone is interested, you can modify the CSS on the file output after exporting. You can do two ways:
First option:
- unzip the SCORM file
- open the main.bundle.css file using a code editor (I use Sublime Text)
- locate the all of the segments (you will have a segment for each lesson) of code that say .page__header-container
- delete the code within the {} following this segment
- replace the code with display: none;
- the final code should look like this .page__header-container{display: none;}@media (min-width:33.75em)
- rezip the file and upload
Second option (I couldn't use this because our LMS was picky about the imsmanifest):
Follow instructions from this YouTube video: https://www.youtube.com/watch?v=wFRc7q7_Dxc