Layouts Overview
Card layouts are structured containers that determine how cards are arranged and displayed in a user interface. These layouts control the placement, order, and visual presentation of cards, ensuring an aesthetically pleasing design. The layouts adjust to multiple devices, window size classes, and orientations, ensuring consistency across layouts.

Cards in a carousel (left) and staggered layout (right)
A layout is used to group cards with similar content, ensuring a visually structured arrangement. The proper usage of a grid layout draws the user’s attention to the most important cards on a page, resulting in improved efficiency and higher quality.
Make sure that the layout is optimized for different window size classes to display the cards in the best way possible. Find more information in the staggered layout and carousel layout articles.
A. Columns
Content is organized into columns on the screen. This is where the cards are placed.
In responsive layouts, the column width is not defined by fixed values. This allows the content to adjust to any screen size. The number of columns displayed in the grid is determined by the breakpoints of window size classes, ranging from 4, 8, or 12 columns.

Schematic grid layout anatomy
The layouts are designed to be compatible with multiple devices. They change according to the window size class and automatically adjust the number of columns to ensure a visually appealing and user-friendly layout. Depending on the window size class, the card width and height adjust automatically, ensuring that the content remains fully visible.
If there is a navigation rail or navigation drawer, the number of columns decreases and adjusts to the remaining screen width.

Schematic compact grid layout with 4 columns (left) and expanded with 12 columns (right)
Resources
SAP Fiori for Web: Cards (SAPUI5), Cards (Web Component)
Related Components/Patterns: Carousel Layout, Staggered Layout, Cards Overview