Adjusting the Layout for Tablets & Mobile Phones
Master responsive design with Bootstrap grid systems
What You'll Master
Bootstrap Grid System
Learn how Bootstrap's 12-column grid adapts across different screen sizes with consistent gutters and flexible column widths.
Tablet Optimization
Discover techniques for adapting desktop layouts to 768px tablet screens while maintaining visual hierarchy and usability.
Mobile-First Design
Master the art of creating single-column mobile layouts that prioritize content accessibility on 320px screens.
This exercise uses a fresh starter file in case you modified your design in previous exercises. Starting with 'About Page—Ready for Tablet & Phone.xd' ensures consistency.
Bootstrap Grid Breakpoints
| Feature | Desktop | Tablet | Phone |
|---|---|---|---|
| Screen Width | 1200px+ | 768px | 320px |
| Container Width | Variable | 720px | Full Width |
| Column Count | 12 | 12 | 2-4 |
| Gutter Width | 30px | 30px | Variable |
Grid systems don't require elements to span the same number of columns across screen sizes. A 4-column sidebar on desktop can become 5 columns on tablet for better readability.
Tablet Layout Process
Copy Desktop Elements
Select and copy text, sidebar, and main content from desktop artboard using standard copy-paste commands
Adjust Typography
Reduce heading font size from desktop default to 70px for better tablet proportions
Reposition Elements
Align elements with Bootstrap grid guides, ensuring proper spacing and container alignment
Resize Containers
Adjust background containers and text boxes to fit new column widths while maintaining visual balance
Use Cmd/Ctrl + 3 to zoom to selection, Cmd/Ctrl + 1 for 100% zoom, and Spacebar + drag for quick navigation between artboards.
Element Stacking Analysis
Alternative Mobile Solutions
Collapsible Sections
Allow users to tap and expand sections for easy content scanning. Reduces initial page height while keeping information accessible.
Content Carousels
Convert multiple photos or similar content into swipeable slideshows. Saves vertical space while maintaining visual impact.
Progressive Disclosure
Show essential information first with options to reveal more details. Prioritizes user needs over complete content display.
Think about how users will interact with your content to decide what's best for mobile, tablet, and desktop users. The technical capability to stack doesn't always equal the best user experience.
Key Takeaways

from the toolbar to begin transferring elements between artboards.




