Hi Everybody,
I'm planning to build a PopUp registration form.
From the various examples in the blocks section of WYSIWYG, it seems that I need to use
a Dialog Box to contain several Editboxes and Buttons.
I've selected Bootstrap because the pages need to adapt to screen size and I am familiar with it.
How do I control the positioning of the objects inside the Dialog Box? At the moment,all
of the objects snap to the top of the Dialog Box.
Positioning Objects in a Dialog Box?
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
Positioning Objects in a Dialog Box?
Many Thanks,
-Paul-
-Paul-
Re: Positioning Objects in a Dialog Box?
If the dialog is flexible, then you cannot position the form elements manually, otherwise they will not be flexible.
Re: Positioning Objects in a Dialog Box?
Try using the grid system to wrap your edit boxes and buttons in rows and columns. It makes things a lot easier to arrange. If you need to tweak spacing, custom CSS for margins can help too.