Totara Learn Open Discussions

Pathway Format course format

 
Stephen Catton
Pathway Format course format
di Stephen Catton - Thursday, 27 March 2025, 04:32
 

Hello folks

Looking at using the Pathway Format course format. Is there a way to increase the width of the space for the content? Here is a URL resource set to Embed, and it is a bit on the small size which makes it unlikely to be used in our LMS. Ideally, I'd like it to occupy 100% of the available Width

Daniel Bond
Re: Pathway Format course format
di Daniel Bond - Thursday, 27 March 2025, 05:49
Gruppo Helpful contributor 2024Gruppo Most helpful contributor 2023

Not on a per-activity basis, but if you want to increase it for all Pathway format courses then the bit of custom CSS you need to add to your theme is:

.tui-format_pathway-activityView__activityContent{max-width: 100% !important;}

We've set the max-width to 900px (because otherwise on high resolution screens it's actually too wide), but 100% also works.

Stephen Catton
Re: Pathway Format course format
di Stephen Catton - Friday, 28 March 2025, 02:05
 

Thank you, Daniel. Brilliant. I'll give it a go

Daniel Bond
Re: Pathway Format course format
di Daniel Bond - Thursday, 27 March 2025, 06:04
Gruppo Helpful contributor 2024Gruppo Most helpful contributor 2023

As a side note, I have logged a request for this to be available as a feature: https://totara.canny.io/feature-requests/p/pathway-format-fixed-width-content-area

Ideally, being able to set it per-activity would be useful, but setting it in the theme without use of custom CSS would be a good start.