I need to set both bottom-margins and horizontal-margins for different sizes.
It seems that this is not possible in the property panel as just 1 margin is presented.
For setting multiple margins I have to enter them in the Code-view.
Why not using the DW-way by using the 4 margins?
Hi vdweyer - I just started with Wappler a few weeks ago so I might not be understanding your question - apologies in advance if this does not help or is not germane.
Would using the experimental design panel resolve your issue - you turn it on in global settings (under system) and then you can set just about anything. Hope this helps…
This is something Wappler is already aware of and will be extended further however maybe not the way you might imagine.
Think of the properties panel as a way to easily get to all the pre built Bootstrap 4 framework tools they provide out the box. Bootstrap 4 only allows for 1, 2, 3, 4, 5 as their margin or padding classes they use.
More info on this can be found here
If you are looking for very fine granular adjustment then you are going to need to use the design panel or the styles panel which will by default add inline styles to your elements, but allows you to adjust your margin/padding to whatever you desire.
If you link an external style sheet from the styles panel then these adjustments will be added in the style document you assign, and not be inline.
Hope this small amount of info helps, it is a large subject that i could write another 3 pages on, so i will stop here.