Hi Alex,
I tried using this solution as well since I had the same question as Roberto above. Somehow, both the form and label widths are not changing no matter what value I put for the width. Is there something else I need to be setting to make the form body wider/narrower? Here is the current setting I have in the Custom CSS tab:
.customTooltip{
float:none!important;
display:inline-block;
}
.ms-standardheader{
margin-right:0!important;
}
.ms-formbody{
width:600px;
}
.ms-formlabel{
width:200px;
}
Any help you can give is appreciated!
Thanks,
Anne