Flex Container as a Form

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
lummis
 
 
Posts: 211
Joined: Sun Apr 24, 2011 9:18 am
Location: UK

Flex Container as a Form

Post by lummis »

I have a form which I have been using for some time which is in a Flex Container. The input boxes are in a column, centred in the page and the settings are
Image

I now wish to add a checkbox with a label but with the current settings they are one above the other rather than side by side. Is there a way I can get the label and checkbox together on one line or will I have to rethink my design for this page.
User avatar
Pablo
 
Posts: 21582
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Flex Container as a Form

Post by Pablo »

There is no standard option for this.
With layout grids you can set the full width property to 'false' . But with a flex container this will be more difficult.
lummis
 
 
Posts: 211
Joined: Sun Apr 24, 2011 9:18 am
Location: UK

Re: Flex Container as a Form

Post by lummis »

Thanks Pablo, that will save me looking for an answer which isn't available :)
lummis
 
 
Posts: 211
Joined: Sun Apr 24, 2011 9:18 am
Location: UK

Re: Flex Container as a Form

Post by lummis »

Just come back to this after a few hours away. Have I misunderstood as, although I can find the full width property on the label object, I can't find one for the checkbox object. Can't find a full width property on the Layout Grid object either.

I know I could use the Form object but I was trying to avoid using breakpoints.
User avatar
Pablo
 
Posts: 21582
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Flex Container as a Form

Post by Pablo »

I was referring to the full width property of the label.
A checkbox is an inline element so it does not have full with option.
lummis
 
 
Posts: 211
Joined: Sun Apr 24, 2011 9:18 am
Location: UK

Re: Flex Container as a Form

Post by lummis »

I am sure that is what I did last night and I couldn't get it to work. Having reopened the project this morning, the checkbox is now aligning with the label. Perhaps I should have had a good night's sleep before coming back to you! :oops:
Post Reply