Flex Grid - Text always Full Width in Advanced mode

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
atb
 
 
Posts: 35
Joined: Tue Jan 19, 2010 10:18 pm

Flex Grid - Text always Full Width in Advanced mode

Post 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
User avatar
Pablo
 
Posts: 22429
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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
User avatar
atb
 
 
Posts: 35
Joined: Tue Jan 19, 2010 10:18 pm

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

Post by atb »

DOH! of course!
Thanks Pablo
Post Reply