The responsive order utilities set the CSS
order
property scoped to a specific breakpoint. Apply them to flex children inside a
wf-row
to rearrange visual order without changing the DOM — useful for content-first layouts on mobile or feature-priority reordering on desktop. Values run from
1
to
5
; lower numbers appear first.
Desktop Reorder
Rearrange Columns on Screen
Three columns in DOM order A → B → C. On desktop,
wf-screen-order-*
rearranges them visually to B → C → A. Resize the preview below desktop width to see the natural DOM order restored.
Sidebar is first in the DOM but should appear below the main content on small screens.
wf-mobile-order-1
on the content column and
wf-mobile-order-2
on the sidebar swaps them at mobile and phone widths. Drag the panel to a wider size to see the original DOM order.