Page 1 of 1

Flex Grid - Text always Full Width in Advanced mode

Posted: Fri May 22, 2020 10:32 am
by atb
Hello
How do I change the full width properties of text in a Flex Grid when in 'advanced mode'?
The option to switch the full width of text 'true/false' is not there so the text is always Full Width....
The workaround I'm using is to switch the Flex Grid to 'easy mode', go to the text properties and set full width to false then switch the Flex Grid back to 'advanced mode'.

Is this right or am I missing something?

Cheers
ATB

Re: Flex Grid - Text always Full Width in Advanced mode

Posted: Fri May 22, 2020 11:16 am
by Pablo
You can control the behavior of text in a flex grid with the flex box properties.
http://wysiwygwebbuilder.com/flexbox.html

For example, to give the text a fixed width, set flex grow/shrink to 0 and flex basis to 250px

Re: Flex Grid - Text always Full Width in Advanced mode

Posted: Fri May 22, 2020 11:38 am
by atb
DOH! of course!
Thanks Pablo