Steady blocks maintain their width during page resizing while also preserving their position. Normally, achieving this using standard CSS (e.g., with percentage width and fixed pixel top/left positioning) is not possible.
Problem: text gets shrunken
Steady Blocks
With ContentBuilder/ContentBox built-in style, the Steady blocks eliminate the limitation present in absolute-positioned blocks, enabling layout freedom across various screen sizes.
While positioning or resizing blocks, breakpoints are automatically added and saved. This eliminates the need for complex settings.
Canvas Mode in ContentBox.js
Within each moveable block (gridless), you still have the flexibility of the grid system, allowing you to create multiple rows/columns for your content. The Canvas mode combines the advantages of both Grid and Gridless approaches.
Canvas mode expands the horizons of ContentBuilder.js beyond web design, allowing for seamless integration with print projects.