how to change the width of widget in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 07:50 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 10:11 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 09:57 AM
hi,
Ctrl + right click on "key request" on the page. go to
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
(please mark helpful/like/correct if it helps)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 10:12 AM
hi,where should I open that page in order to get that option.
I don't find it in widget or page editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 10:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 10:23 AM
No, I don't get that option