Customizing Variable Summarizer so the variables display in two columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 05:24 AM
Hi All,
I find the "request item" display on the service portal unappealing, especially when we have over 100 fields in the form. The form display on the right seems to go on and on for a long time. It would be ideal if we can change this so that it displays 2 or 3 columns wide, but takes up the whole page width.
I was able to move the widgets using Page Designer. However, it does not allow me to completely delete the entire right column, even after I have moved all its contents to the middle.
Also, the widget itself lists the fields one after another all the way down. Not sure how to make this display in 2
or 3 columns.
Can anyone please assist?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 06:11 AM
Hi,
Go to the widget instance and add below to the CSS to display in two column
.m-b{
column-count: 2;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 07:07 AM
Thank you so much. That made the variable widget look a lot better. Is there any way to remove the empty right column? Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 07:47 PM
Press Ctrl +Right click on the widget and go the Page Designer.
Select and delete the right column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 05:28 AM
Thanks Shruti,
I deleted the column but this does not extend the other column to the table's full width... so the empty space is still there.