How to add vertical line through process steps?

I want to build a process stepper like the following. I can do almost all of it in weweb, except I can’t figure out how to get the horizontal line behind the circles. How would I do that?
IMG_5389

1 Like

can you make a div with a height of 0 as a sibling to your stepper, a width of your progress stepper (or 100% of the parent), a border of what you want the thickness to be, and then set it to position absolutely in the parent?

1 Like

Worked like a charm Ray. Thanks!

1 Like

How do you build the stepper like this? I also want to make like this and it should be mobile responsive too. Can you guide me how I can make this in weweb? Thank you!