Root

This layout component is the basis of all and represents the main root or the body layout of the views. This view changes the entire layout based on the browser width and consists out of a header, menu and the content.

Default

Menu
View
Header
Content

JavaScript

  • js-root

    Calculates the height of the viewport and sets it as a style property on the element to make sure that the interface on mobile devices does not go out of bounds or is partly hidden behind brower-interface elements. Do not add this class if the JavaScript of the brandplatform is not used. This is only applicable on mobile devices.