I tried adding this custom CSS in [User View>Configure Layout > Configure Custom Content > Configure Custom UI > Configure Permission]

.form-cell, .subform-cell {
position: relative;
min-height: 30px;
color: black;
clear: left;
padding: 0px 0px;
}
.form-cell, .subform-cell {
position: relative;
min-height: 30px;
color: black;
clear: left;
padding: 0px 0px;
}

where i changed the padding value to "0px 0px".

It didnt work. Please advise the correct method. Thank you.

On a related matter, the height of the cells for menus are too 'high'.

Can you advise how to reduce the height, using which CSS element.

  • No labels

1 Comment

  1. Can you pinpoint on where you are coming from? Are you referring to the How to add Tabs in Joget Form ? topic posted earlier?

    You can make use of firebug add-on to experiment with your CSS changes.

    Hope this helps.