Customizing Variable Summarizer so the variables display in two columns

MWright1
Giga Guru

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.

5 REPLIES 5

Shruti
Mega Sage
Mega Sage

Hi,

Go to the widget instance and add below to the CSS to display in two column

.m-b{
column-count: 2;
}

ShrutiW_1-1670335817612.png

 

ShrutiW_0-1670335763667.png

 

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!

 

MWright1_0-1670339228080.png

 

Press Ctrl +Right click on the widget and go the Page Designer.

Select and delete the right column

ShrutiW_0-1670384777744.png

 

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.

 

MWright1_0-1670419621239.png