Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How can I reduce the size of the search bar on the employee center portal?

Chandra31
Tera Contributor

Hi All,

 

How can I reduce the size of the search bar on the employee center portal? I'd also like to move the "How can we help?" text to the right and the image to the left.

Please advise me on how to accomplish this.

 

Regards,

Chandra

 

 

 

 

1 REPLY 1

RodGallegos
Tera Guru

@Chandra31  Using your browser’s dev tools, you can inspect an element and use CSS to achieve your desired effect. Then add the css code to a custom style sheet and add that to your portal theme. Afterwards, refresh your page for the changes to take effects.


P.S. You might need to use !important

Good luck!