You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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