F
Filament3mo ago
br1

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.
5 Replies
toeknee
toeknee3mo ago
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?
br1
br1OP3mo ago
yes, I saw it but you have to pay to access 😅
awcodes
awcodes3mo ago
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.
Mohamed Ayaou
Mohamed Ayaou3mo ago
You may do it with only css, just try it in the dev tools
br1
br1OP2mo ago
thank you people

Did you find this page helpful?