- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 11:54 AM
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.
Sample catalog image:
Fig.1
Thanks,
Juan
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2020 10:20 AM
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
Try and update that large to medium and let us know if that works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 11:59 AM
Hi Juan,
Maybe this Community answer helps:
Follow Below:
1. ctrl+right click and open "instance in page editor"
2. Add below code to CSS (adjust height accrodingly)
.img-responsive
{
height:50px;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 02:38 PM
ks a lot Willem.
I will try to work on it on Monday, and let you know how it all goes.
Thanks,
Juan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 12:33 PM
Hi
Refer to this link where there was a similar issue reported.
Mark the comment as correct/helpful if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2020 02:36 PM
Thanks a lot Asifnoor.
I will take a look at it next week.
Thanks,
Juan