DocsUtility ClassesPositionList of Position Utility Classes included with Canvas. ClassesClassDescription.position-*Sets the defined position CSS property Types .position-static - Sets position: static; .position-relative - Sets position: relative; .position-absolute - Sets position: absolute; .position-fixed - Sets position: fixed; .position-sticky - Sets position: sticky; Responsive Breakpoints .position-{type} - Sets Position Type on all Devices .position-sm-{type} - Sets Position Type on Devices from 576px .position-md-{type} - Sets Position Type on Devices from 768px .position-lg-{type} - Sets Position Type on Devices from 992px .position-xl-{type} - Sets Position Type on Devices from 1200px