Archived topic
How could i get text "text place holder + "search bar in the navigation bar
5 replies · Started by Huseyin on May 6, 2020
Viewing posts 1–6 of 6
How could I get the text "text place holder "search bar in the navigation bar centre aligned? Also, want the user to type in the middle of the search bar.
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
inserted the link to the original post.
please check the screenshot what I'm after
https://ibb.co/JxCH1Fc
Add this CSS:
.navigation-search input[type="search"] {
text-align: center;
}
Thanks, Leo
No problem :)
This archived topic is closed to new replies.