Positioning Objects in a Dialog Box?

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
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
Post Reply
User avatar
jPaul
 
 
Posts: 37
Joined: Thu Jun 10, 2021 11:00 am

Positioning Objects in a Dialog Box?

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

Re: Positioning Objects in a Dialog Box?

Post by Pablo »

If the dialog is flexible, then you cannot position the form elements manually, otherwise they will not be flexible.
MAX_CDF
 
 
Posts: 17
Joined: Wed Nov 28, 2018 10:11 pm

Re: Positioning Objects in a Dialog Box?

Post 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.
Post Reply