how to change the width of widget in service portal

harshinielath
Tera Expert

image001.png

I need to change the size of the 'Key Request' widget and make the same as above widget but I don't know which css property to change.

As the widget was 'Icon Link', I opened the widget editor and tried to edit but I was not sure which to change.Any help is appreciated.

1.PNG

13 REPLIES 13

Hi,I changed the padding and got that error.


And regarding changing width, all the widgets were of type 'Icon Link' and css properties were common to all of them.I don't know why only that one widget is small.


Rushit Patel2
Tera Guru

hi,



Ctrl + right click on "key request" on the page. go to


find_real_file.png



then in css part type below



a.color_box{


padding-top: 60px;


  padding-bottom: 60px;


}



adjust value according to your need.



height willl increase accordingly like below



find_real_file.png




(please mark helpful/like/correct if it helps)


hi,where should I open that page in order to get that option.


I don't find it in widget or page editor


open that page on portal..i mean end user view...there if you have admin rights...you can do ctrl+rigth click..as i have shown in image..



find_real_file.png



(please mark helpful/like/correct if it helps)


No, I don't get that option