How to Resize Catalog Item Pictures in ServiceNow Employee Center?

Mohan Mallapu
Kilo Sage

Hello ServiceNow Community,

I am currently working on customizing the Employee Center portal in ServiceNow and I have run into an issue with resizing the images for catalog items. The default size is too large for our layout, and I would like to reduce the size to 27x27 pixels to ensure a consistent and professional appearance across the platform.


Does anyone know how to achieve this?

MohanMallapu_0-1718090805314.png

 

1 REPLY 1

Sajal Gupta
ServiceNow Employee
ServiceNow Employee

@Mohan Mallapu The image is added as part of the "Taxonomy content Card" widget. You need to update the properties of the class ".item-image".

SajalGupta_0-1718978661367.png

There are multiple ways to override this property of class without marking the widget as a customization.

1. Portal Level

2. Theme Level

3. Page Level

4. Instance Level

Make sure to use it with !important wherever you add the new properties for this class.

Regards

Sajal