Page 1 of 1

Flex Grid Column Widths

Posted: Tue Jan 14, 2020 11:10 pm
by lpug
Hi Pablo, is it possible to have control over column widths when using flex grid.
I have a 1 row 4 column flex grid, 1st cell has an object in it, cells 3 & 4 have objects in it but when i put an object into cell 2 I'd like it to be central in the page, or are the cells controlled by the object width and height?

Thanks

Re: Flex Grid Column Widths

Posted: Wed Jan 15, 2020 1:38 am
by crispy68
Yes. After you insert a new flexgrid, at the top you will see 4 columns initially set to 1fr. Click on the heading and you can adjust the column width (just like the row width) using px, fr or %. See below:

Image

If you are wanting column 2 to be 'centered' in the page, then you need to figure out how much column width to give it. For example:

col1 - col2 - col3 - col4
30% - 40% - 15% - 15%

Re: Flex Grid Column Widths

Posted: Wed Jan 15, 2020 2:13 am
by lpug
Thank you so much, I'm a little embarrassed I couldn't see this myself......I'm really liking the flexibility that the flex grids offer.