0
0
Figmabi_tool~20 mins

Grid and column layout in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Grid and Column Layout Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding grid columns in Figma

In Figma, you want to create a layout with 4 equal columns using the grid system. Which setting correctly achieves this?

ASet grid type to 'Columns', count to 3, and gutter to 20
BSet grid type to 'Rows', count to 4, and gutter to 0
CSet grid type to 'Grid', count to 4, and gutter to 10
DSet grid type to 'Columns', count to 4, and gutter to 0
Attempts:
2 left
💡 Hint

Columns grid type divides the frame vertically into equal parts.

visualization
intermediate
2:00remaining
Visualizing gutter effect on column layout

You have a frame 1200px wide with a 3-column layout and gutter set to 20px. What is the width of each column?

A386.67px
B400px
C420px
D380px
Attempts:
2 left
💡 Hint

Subtract total gutter width from frame width, then divide by column count.

data_modeling
advanced
3:00remaining
Combining grids and columns for responsive design

You want to design a dashboard in Figma that adapts to different screen sizes using grids and columns. Which approach best supports this?

AUse a fixed 4-column grid with pixel widths and no gutters
BUse a 12-column grid with percentage-based column widths and gutters
CUse a row grid with fixed height and fixed gutter size
DUse a grid layout with equal square cells and fixed pixel size
Attempts:
2 left
💡 Hint

Responsive design needs flexible widths that scale with screen size.

🔧 Formula Fix
advanced
3:00remaining
Fixing overlapping elements in a column layout

You created a 3-column layout in Figma with gutter 10px, but elements in adjacent columns overlap. What is the most likely cause?

AColumn widths plus gutters exceed frame width
BGutter size is set to zero
CGrid type is set to 'Rows' instead of 'Columns'
DFrame height is too small
Attempts:
2 left
💡 Hint

Check if total width of columns and gutters fits inside the frame width.

🎯 Scenario
expert
4:00remaining
Designing a complex BI dashboard grid layout

You are designing a BI dashboard in Figma with multiple sections: a header, a 12-column main content area, and a footer. The main content area must have gutters of 24px and columns that adapt to screen width. Which grid settings and layout approach best achieve this?

ASet main content grid to 12 columns with 0 gutters, fixed pixel widths, and place header/footer inside main grid
BUse a single grid with 12 rows and 12 columns, gutters 24px, and fixed pixel sizes for all sections
CSet main content grid to 12 columns with 24px gutters, use percentage widths, and set header/footer as separate frames with fixed height
DSet main content grid to 6 columns with 48px gutters, use fixed pixel widths, and combine header/footer in main grid
Attempts:
2 left
💡 Hint

Think about flexible widths for main content and fixed sizes for header/footer.