- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 02:50 AM
Hi,
On the Service portal homepage we wnat to reduce the length of the type ahead widget
Can anyone please help me how to do this ?
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 03:28 AM
give a try
.input-group {
width: 90%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 03:06 AM
CTRL+ Right Click >> Instance in Page Editor >> use below css in css field.
.input-group {
width: 90%;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 03:22 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 03:28 AM
give a try
.input-group {
width: 90%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 03:42 AM
Thank You sir that works.
One more small help how to bring back the search box position little bit down