change position of global search
Hello everyone! Is there any way of changing the global search position?
I want to put it in the center of the navbar
I tried with RenderHooks but I don't understand the concept completely.
4 Replies
Filament Examples
Moving Global Search to Sidebar
Sometimes, we do not want things to be placed in the default position. In this case, we are talking about a search bar. But did you know that you can easily move it to the sidebar?
yes, I saw it but you have to pay to access 😅
The linked article is about moving the search to another place entirely. If you want to keep it in the topbar but center it then you will need to use a custom theme and override the css for the topbar.
You may do it with only css, just try it in the dev tools