Fatskills
Practice. Master. Repeat.
Study Guide: Principles of UX / UI (Product Design): Visual Hierarchy and Layout (Grids, Whitespace, F‑Pattern/Z‑Pattern)
Source: https://www.fatskills.com/user-interface-design-user-experience-design/chapter/ux-ui-product-design-visual-hierarchy-and-layout-grids-whitespace-fpatternzpattern

Principles of UX / UI (Product Design): Visual Hierarchy and Layout (Grids, Whitespace, F‑Pattern/Z‑Pattern)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~9 min read

Visual Hierarchy and Layout (Grids, Whitespace, F‑Pattern/Z‑Pattern)


Visual Hierarchy & Layout: The Designer’s Guide to Guiding Eyes & Minds

(Grids, Whitespace, F-Pattern/Z-Pattern – Portfolio-Ready Study Guide)


What This Is

Visual hierarchy is the invisible hand that guides users through your design—like a museum curator arranging art so visitors notice the masterpieces first. It’s not just about making things "look pretty"; it’s about reducing cognitive load (how hard the brain works to understand something) and increasing usability. For example: - E-commerce checkout: A poorly designed flow might bury the "Apply Coupon" button under a wall of text, causing users to abandon their cart. A strong hierarchy (e.g., bold "Checkout" button, minimal form fields, clear progress steps) can boost conversions by 35% (Baymard Institute).
- Hospital patient portal: A cluttered appointment-booking screen might make users miss critical info (e.g., "Fasting required: 12 hours"). Using whitespace and typography to highlight warnings can reduce errors by 40% (NN/g).

Good hierarchy = fewer support tickets, happier users, and products that feel "intuitive."


Key Terms & Principles


1. Visual Hierarchy

Definition: The arrangement of elements to signal importance (e.g., size, color, contrast, placement).
Example: A news app’s homepage uses large headlines for breaking news, smaller text for secondary stories, and bold colors for "Read Later" buttons.

2. Grid System

Definition: A framework of columns and gutters (spaces between columns) that aligns elements for consistency and readability. Common in Figma: 12-column grid (flexible for desktop/mobile).
Example: Apple’s website uses a 12-column grid to align product images, text, and CTAs, making the page feel balanced and scannable.

3. Whitespace (Negative Space)

Definition: The empty space between elements. Not "wasted space"—it prevents visual overload and directs attention.
Example: Google’s homepage is 90% whitespace, focusing users on the search bar. Compare this to a cluttered search engine like Dogpile (try it—your eyes hurt).

4. F-Pattern (Eye-Tracking)

Definition: Users scan content in an F-shape (left to right, then down the left side). Common on text-heavy pages (blogs, news sites).
Example: Medium’s blog layout places the most important info (headline, subhead, first paragraph) in the top-left "hot zone" where users look first.

5. Z-Pattern

Definition: Users scan in a Z-shape (top-left → top-right → bottom-left → bottom-right). Common on minimalist or landing pages with few elements.
Example: Airbnb’s homepage uses a Z-pattern: Logo (top-left) → Search bar (top-right) → Hero image (center) → CTA button (bottom-right).

6. Gutenberg Diagram (Reading Gravity)

Definition: Divides a screen into 4 quadrants. Users start at the top-left ("Primary Optical Area") and end at the bottom-right ("Terminal Area").
Example: A pricing page might place the most expensive plan in the top-right (where users look second) and the "Sign Up" button in the bottom-right.

7. Law of Proximity (Gestalt Principle)

Definition: Objects close together are perceived as related. Use this to group UI elements (e.g., form fields + labels).
Example: A login form with email/password fields stacked close together (not scattered) feels intuitive.

8. Law of Common Fate (Gestalt Principle)

Definition: Elements moving in the same direction are seen as related (e.g., animations, hover effects).
Example: A dropdown menu where all items slide down together (not one at a time) feels cohesive.

9. Contrast (WCAG Standards)

Definition: The difference between two elements (color, size, shape). WCAG 2.1 AA requires 4.5:1 contrast for text (use WebAIM Contrast Checker).
Example: A gray "#666" button on a white background fails WCAG. #0066CC (blue) passes and is more clickable.

10. Typographic Hierarchy

Definition: Using font size, weight, and style to show importance. Common structure: - H1 (48–60px, bold) – Page title - H2 (32–40px, semi-bold) – Section headers - Body (16–18px, regular) – Paragraph text - Caption (12–14px, light) – Secondary info Example: Apple’s product pages use large H1s for product names and small captions for legal disclaimers.

11. Affordance

Definition: A design element’s perceived function (e.g., a button looks clickable). Poor affordance = users don’t know what to do.
Example: A 3D button with a shadow (like Stripe’s "Pay Now") looks clickable. A flat, low-contrast button (like a gray rectangle) might be ignored.

12. Progressive Disclosure

Definition: Showing only essential info first, hiding secondary details (e.g., "Show More" links).
Example: Amazon’s product pages show price, rating, and "Add to Cart" first, with technical specs hidden under "Read More."


Step-by-Step / Process Flow


1. Audit the Current Layout (5-Minute Heuristic Review)

Action:
- Open the design in Figma (or print it out).
- Use Nielsen’s 10 Usability Heuristics to spot issues: - #8 (Aesthetic and minimalist design): Is there clutter? (e.g., too many CTAs) - #6 (Recognition rather than recall): Are key actions obvious? (e.g., "Submit" button buried) - Pro tip: Squint at the screen. If you can’t tell what’s important, neither can users.

2. Sketch 3 Layout Variations (Pen & Paper or Figma)

Action:
- Option 1 (F-Pattern): For text-heavy pages (e.g., blog, news site).
- Place key info in the top-left "hot zone."
- Use bold headlines, bullet points, and left-aligned text.
- Option 2 (Z-Pattern): For landing pages (e.g., SaaS, marketing sites).
- Guide eyes from logo (top-left) → CTA (top-right) → hero image → final CTA (bottom-right).
- Option 3 (Grid-Based): For dashboards or e-commerce.
- Use a 12-column grid in Figma (Shift+G to toggle).
- Align cards, buttons, and images to the grid for consistency.

Example Sketch:


[Z-Pattern]
-----------------
| LOGO       CTA |
|                |
|   HERO IMAGE   |
|                |
|   FEATURES     |
| BUTTON         |
-----------------

3. Apply Visual Hierarchy Rules (Figma Checklist)

Action:
- Size: Make the most important element 2x larger than the next (e.g., H1 = 48px, H2 = 24px).
- Color: Use 1–2 accent colors for CTAs (e.g., blue for "Primary," gray for "Secondary").
- Contrast: Check with WebAIM Contrast Checker. ⚠️ Avoid gray-on-gray!
- Whitespace: Add 20–40px padding between sections. Pro tip: In Figma, hold Alt to measure spacing.
- Typography: Limit to 2–3 fonts (e.g., Inter for body, Playfair Display for headings).

4. Test with Users (Guerrilla Usability Test)

Action:
- Method: Ask 5 people to complete a task (e.g., "Find the pricing page").
- Observe:
- Do they hesitate? (Bad hierarchy.) - Do they miss key info? (F-Pattern/Z-Pattern failure.) - Do they click the wrong thing? (Poor affordance.) - Tools: Use Figma’s prototype mode or print designs and ask users to point where they’d click.

5. Iterate & Document (Portfolio Gold)

Action:
- Fix issues (e.g., enlarge a button, add whitespace).
- Document the process in your portfolio: - Before/after screenshots (show the improvement).
- User quotes (e.g., "I didn’t see the ‘Apply Coupon’ button at first").
- Data (e.g., "Reduced drop-off by 20% after redesign").


Common Mistakes


1. Mistake: Cramming Too Much into One Screen

Example: A dashboard with 10 charts, 5 filters, and 3 CTAs all above the fold.
Correction:
- Use progressive disclosure (e.g., hide filters under a "Show Filters" button).
- Prioritize 1–2 key actions (e.g., "Export Data" and "Share Report").
- Rationale: Hick’s Law (more choices = slower decisions).

2. Mistake: Ignoring Whitespace (Fear of "Empty Space")

Example: A form with no padding between fields, making it look like a wall of text.
Correction:
- Add 24px vertical spacing between form fields.
- Use 8px–16px padding inside buttons and cards.
- Rationale: Law of Proximity (group related items) + reduced cognitive load.

3. Mistake: Using Color/Size Arbitrarily

Example: A "Delete" button is red and large, while "Save" is small and gray.
Correction:
- Make primary actions (Save) large and high-contrast.
- Make destructive actions (Delete) red but smaller (or require confirmation).
- Rationale: Fitts’s Law (bigger = easier to click) + error prevention (Nielsen’s #5 Heuristic).

4. Mistake: Breaking the Grid for "Aesthetics"

Example: A product card with misaligned text and images, making the page feel chaotic.
Correction:
- Enable Figma’s grid (Shift+G) and snap elements to it.
- Use consistent margins (e.g., 24px on all sides).
- Rationale: Gestalt Principle of Continuity (aligned elements feel connected).

5. Mistake: Assuming Users Read Left-to-Right (Global Markets)

Example: A website for Arabic users (who read right-to-left) with a Z-pattern layout.
Correction:
- Mirror the layout for RTL languages (e.g., logo on the right, navigation on the left).
- Test with users from the target market.
- Rationale: Cultural context matters (don’t assume F/Z patterns apply everywhere).


Design Interview / Portfolio Tips


1. Interviewers Want to See: Problem → Process → Solution

How to impress:
- Frame the problem: "Users were dropping off at checkout because the ‘Apply Coupon’ button was buried under a wall of text." - Show your process:
- Heuristic review (e.g., "Violated Nielsen’s #8: Aesthetic and minimalist design").
- Sketch variations (F-pattern vs. Z-pattern).
- User testing (e.g., "5/5 users missed the button in the first design").
- Highlight the impact: "After redesigning with a Z-pattern and larger CTA, drop-off decreased by 22%."

2. Tricky Distinctions Interviewers Love

Term 1 Term 2 Key Difference
Wireframe Prototype Wireframes = low-fidelity (gray boxes, no color). Prototypes = interactive (clickable, high-fidelity).
Usability Test User Interview Usability test = observing users complete tasks. User interview = asking about their needs/pain points.
Design System Style Guide Style guide = colors, fonts, logos. Design system = style guide + components + rules for using them (e.g., Google’s Material Design).

3. Portfolio Tip: Show "Before & After" with Data

Example:
- Before: Screenshot of a cluttered dashboard with no grid, poor contrast, and 8 CTAs.
- After: Redesigned version with 12-column grid, 3 CTAs, and 40px whitespace between sections.
- Impact: "Reduced user errors by 30% in usability tests."


Quick Check Questions


1. A stakeholder wants to add 3 new features to the homepage. How do you use design principles to advise against cluttering?

Answer:
- Cite Hick’s Law: More choices = slower decisions (users may leave).
- Use the Pareto Principle (80/20 Rule): "80% of users only use 20% of features. Let’s prioritize the top 2." - Suggest progressive disclosure: "We can hide secondary features under a ‘More Options’ dropdown."

2. A developer says, "The design looks empty—can we fill the whitespace?" How do you respond?

Answer:
- Explain whitespace’s purpose: "Whitespace reduces cognitive load and directs attention. Google’s homepage is 90% whitespace—it’s not ‘empty,’ it’s strategic." - Show data: "Studies show whitespace increases comprehension by 20% (Lin, 2004)." - Compromise: "We can add subtle background textures or micro-interactions (e.g., hover effects) to make it feel intentional."

3. A client insists on using their brand’s bright red for all buttons. How do you handle this?

Answer:
- Cite WCAG: "Bright red on white has low contrast (3.9:1)—it fails accessibility standards. Let’s use a darker red (#D32F2F) for better contrast (7:1)." - Suggest hierarchy: "We can use red for primary actions (e.g., ‘Buy Now’) and gray for secondary actions (e.g., ‘Cancel’)." - Test it: "Let’s A/B test both versions—users may click the high-contrast button more."


Last-Minute Cram Sheet

  1. F-Pattern: Users scan left to right, then down the left side (text-heavy pages).
  2. Z-Pattern: Users scan in a Z-shape (landing pages, minimal designs).
  3. Gutenberg Diagram: Top-left = primary, bottom-right = terminal area.
  4. Whitespace ≠ wasted space—it reduces cognitive load and guides attention.
  5. WCAG 2.1 AA contrast ratio: 4.5:1 for text, 3:1 for large text.
  6. Grids = consistency. Use 12-column grids in Figma (Shift+G).
  7. Law of Proximity: Group related items (e.g., form fields + labels).
  8. Affordance: Buttons should look clickable (shadows, contrast, size).
  9. Progressive disclosure: Hide secondary info (e.g., "Show More").
  10. ⚠️ Common trap: "More features = better product." False. Prioritize 1–2 key actions per screen.


ADVERTISEMENT