By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
(Grids, Whitespace, F-Pattern/Z-Pattern – Portfolio-Ready Study Guide)
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."
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.
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.
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).
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.
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).
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.
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.
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.
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.
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.
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.
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."
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.
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 | -----------------
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).
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.
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").
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).
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.
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).
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).
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).
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%."
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."
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."
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."
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."
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.