Is there a tutorial on how to create a vertical timeline (with box on the side)? Not too fussed about styling, but more interested in the overall setup and making it responsive to screen sizes (if possible).
I found a few old forum discussions, but the share links are mostly broken. Appreciate if someone can point me to right direction. Thanks.
@StevenP Funny, I was just reading through your excellent step by step write up. May I ask how you deal with smaller screen sizes? Presumable your setup is not responsive to that.
No, I did not style it in regards of the tablet / mobile queries, but that’s not very hard. You just have to adjust things accordingly to your content. If your boxes don’t contain loads of info, there might be a chance you can just “scale” it down from the desktop mode. If not, setting everything to block so they line up underneath eachother is the way to go!
@StevenP Thanks. I guess if all the blocks stack on top of each other (let’s say for mobile), I need to somehow “flop” the timeline to the left hand side (so the left column div blocks will need to carry a left border). Also the triangles for the left column div blocks will have to “move”.to the left in order to point to the timeline (on the left side now).