How to minimize the service portal size in servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 09:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 08:03 AM
Hi @Vamsi_Y
https://INSTANCENMAE.service-now.com/sp_config?id=widget_editor&sys_id=200fbd96cb20020000f8d856634c9ca1
https://INSTANCENMAE.service-now.com/now/nav/ui/classic/params/target/sp_instance_ais.do%3Fsys_id%3D34fe3d96cb20020000f8d856634c9cf4%26sysparm_view%3Dsp_instance_config
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 12:35 AM
Hi Kilo Patron,
If you don't mind, can you please give me the steps?
I will do the same process in my PDI
Thanks,
Vamsikrishna.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 07:39 AM
Hi @Vamsi_Y
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0755770
https://www.servicenow.com/community/now-platform-forum/how-to-resize-the-search-box/m-p/1025496
CTRL+ Right Click >> Instance in Page Editor >> use below css in css field.
.input-group {
width: 90%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
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]
****************************************************************************************************************