In bubble (and in css from what i see) there is an option called "space-between" which basically moves div A to the left and div b to the right of the parent row div (see pic). how can I do this in toddle? I tried the different optins in the 3x3 grid but could not find a working combination. thanks
✅1
Tod
10 months ago
Great energy @ssssadsadasd! Your continuous contribution to the toddle Community just made you advance to Community Level 4!
Armand
10 months ago
You can do it in the CSS box, you just type it
ssssadsadasd
10 months ago
@Armand ah ok this works. just out of curiosity: why cant I build this with native toddle? since like a fundamental thing
If you doubleclick this then you'll get: justify-content: space-between
ssssadsadasd
10 months ago
@Armand ah ok. did not know the double click thing. thanks 🙂
Armand
10 months ago
(I was on mobile when I put in my first answer, so you I just gave you the one I knew for sure. Now I'm on laptop, so I could confirm double-click is space-between and not space-evenly or something)