Page 1 of 1
Flexgrid - 2 items in same cell
Posted: Tue Oct 12, 2021 4:24 pm
by alan_sh
I want to put two items in the same cell but have one item on the left and the other item on the right of that cell (they are both buttons).
Is this possible?
Thanks
Alan
Re: Flexgrid - 2 items in same cell
Posted: Tue Oct 12, 2021 4:25 pm
by crispy68
Have you tried it? A flexgrid is just like using a flex container. In a flex container you can put 2 objects side by side.
Re: Flexgrid - 2 items in same cell
Posted: Tue Oct 12, 2021 4:29 pm
by alan_sh
Found it.
I had to do 'space between' in the advanced option (non-easy).
Re: Flexgrid - 2 items in same cell
Posted: Tue Oct 12, 2021 4:30 pm
by alan_sh
crispy68 wrote: Tue Oct 12, 2021 4:25 pm
Have you tried it? A flexgrid is just like using a flex container. In a flex container you can put 2 objects side by side.
Yes, I tried it but I wanted a space between them. Got it now.
Re: Flexgrid - 2 items in same cell
Posted: Tue Oct 12, 2021 4:43 pm
by crispy68
Great!
had to do 'space between' in the advanced option (non-easy)
Flexbox can be confusing which is why I would recommend anyone wanting to use them to first look them up, check out some tutorials and become familiar with them. Here is a great tutorial:
https://css-tricks.com/snippets/css/a- ... -flexbox/