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
Flex Grid Column Widths
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Re: Flex Grid Column Widths
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:

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%
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
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.