CMS irregular grid ('another one' - drake voice)

Hey Webbae! New here and wanted to kick off with a question as I'm scratching my head on this one - very new to low code so bear with me! A client of mine is pretty adamant with the grid style and text overflow situation https://www.s2victor.com/ I need this to be a part of a CMS so really not sure how to go about it...
3 Replies
Web Bae
Web Bae8mo ago
the images have absolute width's applied which is killing the responsiveness. This website needs some polishing in the responsiveness department, though a lot of the grid definitions and everything else looked decent to me. Also - I don't think it's a webflow site??
No description
gee_kotze
gee_kotze8mo ago
Hey! Yes it's not - it's just a reference a client sent over - and I'm hoping I can recreate something similar - and more responsive - on webflow! So wondering if there's any tutorials anyone can point me to on how I can get this for a CMS collection 😀
Web Bae
Web Bae8mo ago
@gee_kotze you could do this pretty easily with CSS grid and position relative. did you see this post? https://discord.com/channels/1067909655172489218/1163931235517743225 If you want to get fancy with it start looking at position absolute and nth-child CSS selector