Webflow Layout Techniques

Responsive Layout Techniques

No items found.
Overview
Responsive Layout Techniques
Intro
102
Element Layouts
Aspect Ratio
Int
201
Responsive Image Annotations
Int
6:50
202
Collection List Alternating Item Layouts
Int
4:32
601
Collection Page & Collection List Layouts
Collection List Card Layouts
Int
4:32
601
Creating Variable Layout Options, per Collection Item
Int
11:46
602
Random List Items on Every Page Refresh
Intro
10:00
603
Variable Collection Item Sizes in a Grid Layout
Int
603
Limit Collection List Items by Breakpoint
Intro
10:00
604
Hide Collection List on Empty, or Item Qty
Intro
605
Responsive Pagination
Intro
605
Masonry Grid Layouts
Intro
607
Glossary w/ Letter Groupings
Intro
612
Master-Detail Layouts
Master-Detail Layouts
Intro
710
CMS-Driven Expando
Intro
19:42
714
CMS-Driven Modals
Intro
715
Special Layouts
Creating Leader Lines
Int
5:54
821
Photo Gallery Layouts
Int
821
Column Layouts
Int
822
Text Layouts
Int
823
Checkerboard Grid Styling
Int
824
Advanced Techniques
Breakpoints
Adv
901
No items found.

I saw this post recently in the Webflow forums;

I am trying to create a different footer for different breakpoints but whatever changes I make to the tablet and lower breakpoints make changes to the desktop versions! ( I am trying to rearrange the div blocks in the footer section )

It's a great summary of a common misunderstanding that new Webflow users have about how responsive design works in Webflow.

The perception is that each breakpoint is its own thing, and that any design changes you make there should only affect that breakpoint.

That's not the case, and there's good reason for it.

How responsiveness works in Webflow

3 Rules of Responsiveness

  • All of the elements you create and move in the designer exist at all breakpoints.
  • Responsiveness comes into play within the style panel only.
  • Responsive design styling works outward from the default ( aka. desktop ) breakpoint. Changes you make there affect every other breakpoint unless they're overridden at a specific breakpoint- at which point that new setting affects all of the breakpoints past it.

Understanding these rules will set the foundation for all of your work in Webflow. That third one is the one that trips up most new designers, so lets give some examples;

A style override at tablet is inherited by your mobile portrait and landscape breakpoints. A style override at your 1280px breakpoint is inherited by larger breakpoints like 1440px and 1920px.

How to Design Responsively

Start your styling as the default desktop breakpoint and then work downwards to smaller breakpoints and upwards to larger ones, if you have any.

If you want to have significantly different element arrangements at certain breakpoints, you really have three options;

  1. Make two ( or more ) versions of that section, and use the display: none setting in style to control which appears at which breakpoints.
  2. Learn the flex layout well, and structure / nest your section DIVs so that you change positions by reversing the order of elements in flex
  3. Learn the grid layout well, ninja-level. All of your element positioning and sizing is controlled by CSS therefore it can be modified at every breakpoint through the style tab. **

** Grids are awesome, and powerful, however they’re a nightmare if you do them wrong. Layouts blow up, elements go off screen. Chaos. More than one client has brought me in originally just to fix grid issues. I’d practice hard in a separate project or a clone before you try doing this in your main project.

Table of Contents
Did we just make your life better?
Passion drives our long hours and late nights supporting the Webflow community. Click the button to show your love.