- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 01:11 AM
I am trying to remove this white space from the Employee Center homepage. Removing the border-bottom does the trick. But I am unable to find out which CSS file I should look for to remove this line. I can fetch the sys_id of the widget by inspecting the page, but not sure how to identify which widget it is. Any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 02:03 AM
you can try to find that widget in sp_widget table
Did you check that?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 02:03 AM
you can try to find that widget in sp_widget table
Did you check that?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2023 08:15 AM
Hi another quick way is while inspecting the div element with the class name equivalent to the widget sys id has a attribute named sn-atf-area its value is the widget name , you can then find the same in sp_widget.list table