Page 1 of 1

to have the text on the full width

Posted: 2024-09-18 15:05
by pasbonte
Hello, and is it possible to have the text on the full width? This is a read-only text field

Capture d’écran 2024-09-18 170337.png
Capture d’écran 2024-09-18 170337.png (145.87 KiB) Viewed 7004 times

Re: to have the text on the full width

Posted: 2024-09-18 20:24
by pbottcher
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

Code: Select all

$j('#FIELNAME').parent().removeClass('col-lg-9');
Otherwise it would be necessary that you look at the DOM for that field. Maybe you can post a screenshot.

Re: to have the text on the full width

Posted: 2024-09-19 03:46
by ppfoong
When comes to page formatting, I highly recommend AppGini Helper JavaScript Library. It makes life much easier.