Hello, and is it possible to have the text on the full width? This is a read-only text field
to have the text on the full width
Re: to have the text on the full width
Hi,
this looks actually strange for a read-only text field. Normally the label is left and the text is on the right side as the fields above.
For a normal field you could try something like
Otherwise it would be necessary that you look at the DOM for that field. Maybe you can post a screenshot.
this looks actually strange for a read-only text field. Normally the label is left and the text is on the right side as the fields above.
For a normal field you could try something like
Code: Select all
$j('#FIELNAME').parent().removeClass('col-lg-9');
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.
Re: to have the text on the full width
When comes to page formatting, I highly recommend AppGini Helper JavaScript Library. It makes life much easier.