how to change the label in field from left to right
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2023 06:21 AM
I need to change the align of the check box/ select box which is by default it is left align and now I need to change to left side i.e Select box "label"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2023 07:49 AM
Hi @jayasri7 ,
you should avoid any DOM manipulations in ServiceNow and I don't think it's possible until you create your custom component since all fields in form are in .form-group {} CSS class. So if you try to change it, it will affect all other form groups in your form.
I know that didn't help you at all, but If you will agree after your own investigation, please consider to mark this as helpful :).
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2023 08:08 AM
Hi @jayasri7
Agree with @IronPotato . Have a look n these:
https://www.servicenow.com/community/developer-forum/change-field-label-sides/m-p/1883868
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************