Place element vertically middle of a section

Hey guys!

I’ve been struggling with placing elements in the middle of a section without hacking it. Maybe there’s a super simple solution but I haven’t found exactly what I’m looking for when browsing the forum for similar issues.

For reference, I’ve attached an image of what I’m trying to achieve, it’s the numbers on the side that I’m trying to place in the middle of the section.
And on that note, I’ve more or less solved it, but it feels like I haven’t done it in the best way and there’s smarter solutions out there.

Reference screenshot:

As you can see I’ve been using relative function and worked a lot with negative margin etc which isn’t ideal.
I started working on a grid instead of regular columns, but that wasn’t really as easy as I thought unfortunately. Especially since the numbers on the side is rotated 90 degrees, this isn’t as straightforward as it could be.
I’m open to exploring that further if someone have some hints and tips :slight_smile:

You can have a look at the site below to see how I’ve structured the sections etc.

Hope someone have a brilliant idea!

Thanks in advance


Here is my site Read-Only: LINK

Hi @vemilson you’re close with the usage of flex. I’ve created a sample to simplify your structure. https://preview.webflow.com/preview/share-d7a35d?utm_medium=preview_link&utm_source=designer&utm_content=share-d7a35d&preview=6069e7a62a351e2370f2f374020b5049&pageId=604aa33521ec101b0870cc93&mode=preview

Thanks a lot @dennyhartanto! Really helps and makes it so much easier to work.