spacing between widget and styling the widget

0
hi everyone i want some space between the text widget and text area widget. i want to reduce the length of text area widget. how can i achieve this in mendix? ps: i tried added empty container but didint work Thanks
asked
3 answers
2

If you want to create some spacing between elements, there are some helper classes you can use.

for an overview you can check here.

https://atlas.mendix.com/p/helpers/7881299347899271

answered
1

Hi Deepali are you considering to use Mendix 8? We introduce the design patterns in the 'Appearance tab' that gives you CSS classes out-of-the-box :)

 

Examples: Spacing top, Spacing Bottom, etc..

answered
0

Hi,

 

I believe you should have a look at the margins and paddings. 

 

In MX, double click the element, there's “styles” section and you can add some custom CSS.

https://www.w3schools.com/css/css_margin.asp
https://www.w3schools.com/css/css_padding.asp

 

Lemme know if it helps.

answered