Edit HTML of page, add left align
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 11:46 AM
Hi all,
I need to left align the components of this tab as shown in the picture below.
Is there any way to edit the HTML of this page so that it is possible?
Or any other solution?
Any information regarding how to complete this would be appreciated, thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 12:01 PM
That looks like a platform interface form so,
Short answer: No
Long answer: Yes if you want to use a client script and DOM manipulation to change the styles. I do not recommend doing this because it will break the moment ServiceNow makes changes to the styles or form layout.
If it is not the platform interface then you may have other options if its a UI Page, UI macro, Service Portal widget or workspace component.