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
Flex Grid - Text always Full Width in Advanced mode
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Flex Grid - Text always Full Width in Advanced mode
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
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
DOH! of course!
Thanks Pablo
Thanks Pablo