top of page
Search

User Experience Design tips#4

  • Onur Okutur
  • Apr 24
  • 2 min read

Fluid and Fixed UI Grid


The right grid type will help you shape how users experience your product across viewports and devices.


Here’s a quick breakdown of each grid type, with practical examples to help you decide which to use and when:


🟡 Fluid Grid

A grid that expands and contracts to fill the width of the screen or container. It adapts dynamically to different screen sizes.


When to use:

Use fluid grids when your UI needs to maximize horizontal space or adapt to a variety of screen widths.


Fluid grid is good for:

âś” Dashboards

âś” Data tables or kanban boards (e.g., Jira)

âś” Interactive applications that benefit from more screen real estate

âś” Design tools or content creation platforms (e.g., Notion)


Fluid grid benefits:

âś… Great for content & feature heavy pages

âś… Supports multitasking (especially on large monitors)

âś… Feels native in responsive web apps


Fluid grid downsides:

đźš« Lack of control on large screens: Content can stretch too far on wide monitors, leading to poor readability and eye strain.

đźš« Dev & design complexity: Requires more responsive logic and flexible components, increasing development effort.


đźź  Fixed grid

A grid with a max width (usually in pixels or rem), which stays the same regardless of the screen size. Content is centered with consistent margins on the sides.


When to use:

Use fixed grids when readability and consistent presentation are more important than screen coverage.


Fixed grid is good for:

âś” Blogs and articles

âś” Marketing and promo pages

✔ Documentation pages (e.g., Atlassian’s design system)

âś” Onboarding or settings screens


Fixed grid benefits:

âś… Prevents content from stretching too wide on large screens

âś… Improves legibility and user focus

âś… Easier to maintain visual balance across breakpoints


Fixed grid downsides:

đźš« Wasted screen real estate: On large viewports, you end up with giant empty margins, especially on widescreens.

đźš« Poor responsiveness: Without proper breakpoints, fixed grids can look broken on small screens, or force awkward scroll patterns.


📺 How to design a responsive grid system in Figma: https://lnkd.in/dTPEpvRK


🖼️ Fluid and Fixed by Atlassian

 
 
 

Comments


  • LinkedIn
  • Behance
  • Instagram
  • Twitter
  • Pinterest

All Rights Reserved / Onur Okutur, 2023

bottom of page