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...
s2victor-design
S2VICTOR Design studio | 제품디자인회사
3 Replies
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??
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 😀
@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