I’ve got a masonry grid layout that is 3 columns on desktop and resizes to 1 on mobile. I want to have it resize to two columns for ipad/tablet, but webflow doesn’t seem to let me do that?!
You can use a div for your masonry container, and then drag in another div as a parent of your lightbox link (so you can style the divs and not the lightbox links, this should avoid issues/bugs).
Select your masonry container (which is now a div, not columns) and use Text Column count:
For desktop, set the number to “3”. Then style your lightbox link parent div if necessary.
For tablet, you can set the number of text column count to “2”. “1” for mobile.
Create a new div and put your lightbox-div-containers in it.
In the example below, I created a new div called “mason” and set the Text column count of it to 3 on desktop (2 on tablet, 1 on mobile…)