How to resize the search box

shaik_irfan
Tera Guru

Hi,

 

On the Service portal homepage we wnat to reduce the length of the type ahead widget

 

find_real_file.png

 

Can anyone please help me how to do this ?

1 ACCEPTED SOLUTION

give a try

 

.input-group {
width: 90%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);

}

View solution in original post

9 REPLIES 9

Harsh Vardhan
Giga Patron

CTRL+ Right Click >> Instance in Page Editor >> use below css in css field. 

 

.input-group {
width: 90%;
}

Hi Sir,

 

I tried but it is reducing only at the right side as you can see below

 

How to bring back to the center ?

find_real_file.png

 

 

give a try

 

.input-group {
width: 90%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);

}

Thank You sir that works.

 

One more small help how to bring back the search box position little bit down