Custom Template Additions
There are some variables that you can add to your custom templates that will change the formatting and features available on your pages. These features are experimental so if you have any questions or concerns about using them please feel free to contact us.
Set a Different Max Width For Images
If you would like your ScreenSteps Live content column to be narrower than the default setting add this to your template:
{% assign max_image_width = 550 %}
Change 550 to the pixel measurement you want to set.
Show Breadcrumbs On All Pages
By default breadcrumb navigation is not shown on your main space page. If you need the breadcrumb to appear there then add this to your template:
{% assign always_show_breadcrumb = true %}

Add your comment