Page 1 of 1

Positioning Objects in a Dialog Box?

Posted: Thu Sep 26, 2024 11:49 am
by jPaul
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.

Re: Positioning Objects in a Dialog Box?

Posted: Thu Sep 26, 2024 1:36 pm
by Pablo
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?

Posted: Tue Oct 01, 2024 9:31 pm
by MAX_CDF
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.