Responsive layout
A responsive layout according to viewport size. The use of a grid allows us to remain consistent throughout our products and platforms.

A responsive layout according to viewport size. The use of a grid allows us to remain consistent throughout our products and platforms.

Responsive Web Design
A modern design approach that enables web page layouts, elements and images to be fluid and flexible in response to different screen sizes, orientations and platforms on which the web content is displayed.
Adaptive Web Design
A legacy design approach that creates a predefined layout for each of the devices, dimensions, and screen resolutions on which the content is expected to be displayed.
Media Queries
A Cascading Style Sheets (CSS) technique that dynamically applies styles to a single source of content to optimize it for the screen dimensions, orientation, and resolution on which it is displayed.
Breakpoint
The height or width threshold at which a layout breaks or changes to best fit the screen dimensions. In RWD the layout adjusts dynamically, in AWD a call to the web server is made to load the appropriate predefined layout for that breakpoint.
Grid
A layout structure used to organize content into rows and columns which form the foundation of responsive web design. In RWD grids are fluid and use relative units (percentages) instead of fixed pixels, allowing the grid to adjust or respond to different screen dimensions.


In the beginning, the web was accessed exclusively through desktop browsers. But today’s web is displayed across a wide variety of platforms and screen sizes. Providing a consistent experience across devices is a guiding principle that helps us earn our users’ trust and confidence. It provides an inclusive, performant, enjoyable user experience that increases conversion rates and simplifies analytics and business intelligence reporting.
Responsive web design (RWD) is the industry standard design approach that ensures that the content of a web page is delivered consistently on any device, whether it’s a phone, desktop, or TV web browser. Responsive web design is flexible and fluid, utilizing a single code base and a fluid grid system. Elements automatically resize and rearrange themselves, delivering the best user experience regardless of screen dimensions.
Effective information architecture (IA) can make responsive web design easier to implement by establishing a clear content structure that seamlessly responds to different screen sizes in an optimal way.
Unlike a traditional design process, responsive web design prioritizes a mobile-first and content-first approach. Designing for the smallest screen first ensures that the most essential content and functions are prioritized. Then, progressively enhance the design for larger screens, adding complexity only where it enhances the experience.
Responsive web design not only responds to screen sizes but also accommodates different interaction modalities, such as touch and tap on mobile devices versus clicking and scrolling with a mouse, touchpad, and keyboard on desktops.
Many of our components are designed with flexible layouts to support responsive pages. Some examples:
These can work with our various page grids and may have minimum and maximum dimensions to consider.
Start web layouts using components that are responsive instead of starting with native app standards. Native design components are often unsuitable for use on responsive web designs.
Video description: Animation of a responsively designed product detail page transforming form a small mobile layout to a large desktop layout.