How to minimize the service portal size in servicenow?

Vamsi_Y
Tera Contributor

How to minimize the service portal size in ServiceNow?

 

How to minimize the ''HOW CAN I HELP YOU?''

 

Please check the attached screen shot

 

Thanks,

Vamsi

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vamsi_Y 

 

https://INSTANCENMAE.service-now.com/sp_config?id=widget_editor&sys_id=200fbd96cb20020000f8d856634c9ca1

 

LearnNGrowAtul_0-1708012961905.png

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]

****************************************************************************************************************

Vamsi_Y
Tera Contributor

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.

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]

****************************************************************************************************************