Layout
Sidebar
The right sidebar will "collapse" if the viewport is too small, and be replaced by an off-canvas menu with the same content.
Content area
The left content area will also grow and shrink based on the web browser's viewport size. There is a hard width limit of 1280px set for the actual space used to display content. The reasoning behind this is that it is hard on the eyes to read very long sentences.
Custom width
The left content area DOM id is #content-area-inner
. You can override the max-width
set on it.
See also