I’m running into a bit of a problem here. I’m trying to recreate this grid from my design using Flexbox but I’m having lots of trouble figuring out how to execute this grid. It’s a 2 column in which the right column is offset slightly.
For anyone else trying to get this to work, I inspected the published code and Webflow names the collection items “.w-dyn-item” So to get my right column to push down I used:
There is a link about custom code. You can access it from the projects settings or the page settings when you are in the designer. You could target a custom div class if all your grid items were wrapped in the some container but I was able to target them with:
It doesn’t work on my project; wanna check it out? I pasted the custom code in the project settings (didn’t work), pasted it in the HEAD and Body Tag on the portfolio item page (didn’t work either).
To make it responsive, I used media queries to define breakpoints. Webflow has breakpoints already set, so it’s just a matter of choosing the correct one.
Hey, I’m trying to create an offset grid on my site. I tried to follow your drive link but it’s going to a 404. Any chance you could share it again/make it public? Thank you!