Can someone please tell me how to change the image size for all catalog items in the fulfiller View and Service Portal.

guzman
Giga Guru

Can someone please tell me how to change the image size for all catalog items in the fulfiller and in the Service Portal. We recently upgraded to Paris,

and the images now look way too big on all catalog item forms (fig.1). Especially in the fulfiller view. I inspected the image for the following catalog item in

fulfiller view, in Chrome, and I found a class called: navpage-layout. It contains a div class called sc_cat_item_image_block where I can manualy change the size attribute.

I would like to know where I should make the changes to make them permanent for all catalog items.

 find_real_file.png

 Sample catalog image:

 Fig.1

 find_real_file.png

 

Thanks,

Juan

1 ACCEPTED SOLUTION

Hi Juan,

I might have found something:

yourinstance.service-now.com/nav_to.do?uri=sys_ui_macro.do?sys_id=770989b10a0a0b0800b1333d892e2cdd

 

UI Macro: catalog_item

find_real_file.png

 

Try and update that large to medium and let us know if that works for you.

 

View solution in original post

12 REPLIES 12

Willem
Giga Sage
Giga Sage

Hi Juan,

Maybe this Community answer helps:

Follow Below:

1. ctrl+right click and open "instance in page editor"

find_real_file.png

2. Add below code to CSS (adjust height accrodingly)

.img-responsive
{
height:50px;

}

find_real_file.png

 

ks a lot Willem.

I will try to work on it on Monday, and let you know how it all goes.

 

Thanks,

Juan

asifnoor
Kilo Patron

Hi

Refer to this link where there was a similar issue reported.

https://community.servicenow.com/community?id=community_question&sys_id=d254b273db6f9c104aa5d9d96896...

Mark the comment as correct/helpful if it helps.

Thanks a lot Asifnoor.

I will take a look at it next week.

 

Thanks,

Juan