How to change header search bar location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 09:09 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 02:45 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 11:06 AM
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%;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:47 AM
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?