How can I reduce the size of the search bar on the employee center portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2023 07:09 AM - edited 05-17-2023 11:57 PM
Hi All,
How can I reduce the size of the search bar on the employee center portal? I'd also like to move the "How can we help?" text to the right and the image to the left.
Please advise me on how to accomplish this.
Regards,
Chandra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2023 07:23 AM
@Chandra31 Using your browser’s dev tools, you can inspect an element and use CSS to achieve your desired effect. Then add the css code to a custom style sheet and add that to your portal theme. Afterwards, refresh your page for the changes to take effects.
P.S. You might need to use !important
Good luck!