3. Given a Figma frame with a 4-column layout grid, if each column is 100px wide with 20px gutter, what is the total width covered by the columns and gutters?
medium
A. 480px
B. 420px
C. 440px
D. 460px
Solution
Step 1: Calculate total column width
4 columns x 100px = 400px total column width.
Step 2: Calculate total gutter width
There are 3 gutters between 4 columns, 3 x 20px = 60px.
Step 3: Add columns and gutters
400px + 60px = 460px total width covered.
Final Answer:
460px -> Option D
Quick Check:
4x100 + 3x20 = 460px [OK]
Hint: Gutters are one less than columns count [OK]
Common Mistakes:
Counting gutters equal to columns
Forgetting to add gutters
Multiplying gutters by columns
4. You set a 3-column layout grid in Figma but the columns overlap each other. What is the most likely cause?
medium
A. The gutter width is set to zero or too small
B. The column count is set to 1 instead of 3
C. The layout grid is set to Rows instead of Columns
D. The frame width is too large
Solution
Step 1: Understand column overlap cause
If gutters are zero or very small, columns will touch or overlap.
Step 2: Check other options for relevance
Wrong column count or grid type causes different issues, not overlap. Large frame width won't cause overlap.
Final Answer:
The gutter width is set to zero or too small -> Option A
Quick Check:
Small gutter = overlap [OK]
Hint: Check gutter size if columns overlap [OK]
Common Mistakes:
Ignoring gutter size
Confusing column count with gutter
Blaming frame size for overlap
5. You want to design a dashboard in Figma with a 12-column grid where each column is 58px wide and gutters are 24px. If the frame width is 1200px, what should be the left and right margins to center the grid perfectly?