Hey there,
Perhaps someone can help me with this:
On Desktop I want 3 Columns.
On Mobile these 3 Colums should change to 2 columns next to each other but the third should use the complete width!
Cheers and Thanks!
Monika
Hey there,
Perhaps someone can help me with this:
On Desktop I want 3 Columns.
On Mobile these 3 Colums should change to 2 columns next to each other but the third should use the complete width!
Cheers and Thanks!
Monika
I would personally use display: flex if possible. There you can set the width of the third block to 100% on mobile.
Thank you so much for your help! that worked