How to change header search bar location

cwillard
Tera Expert

We recently upgraded our portal and the search bar shifted to the right in the header. Where do I go to move the header location to align with the left side of the screen? 

3 REPLIES 3

Community Alums
Not applicable

Hi @cwillard ,

As per your screenshot that's seems to be a Typehead search widget.

As per OOTB behaviour that's the correct position it should be in.

You can talk to ypur developement team who has worked on it to customize it.

 

Susan Britt
Mega Sage
Mega Sage

You can add CSS to your Theme to override what is in the "Employee Center Header" widget.  Here's an example:

 

.header-search {
position: absolute !important;
left: 10%; 
width: 100%;
}

Hi Susan,

 

I am trying that but it always send me an error message, maybe you can help me crack this

 

I am trying to allign the search bar with the popular items (see image bellow)

Any idea of how can I solve this?

juanAlarcon_0-1710431244986.png