Hi,
Can you please be a little bit more specific? Do you want to position the search bar somwhere, or maybe adjust something? Let me know!
Best regards,
Ernest M.
Hello, thank you very much for your answer. :): D
Well, currently the search box looks like this:
https://ibb.co/HzYmcd0
I need it to be like this:
https://ibb.co/XCd00df
Please give me a hand, do not be bad.
Hi,
It might be possible by some custom CSS adjustments on your site header. I cannot see the search there anymore though.
Let me know if you can put it back, and I will check if I can suggest a custom CSS.
Best regards,
Ernest M.
Hi, thanks in truth.
I already put the search box again.
I have managed to align it, but I need it to be much closer to the logo and obviously wider.
The goal is to look like this:
https://ibb.co/XCd00df
Thanks again and have an excellent day.
Hi,
You could try a custom CSS, something like this:
.asl_m {
float: left;
margin: 25px 10px 0 0 !important;
}
.navbar-header {
max-width: 270px;
}
That will float the search bar to the left, and limit the logo width to a certain size, so it is closer to it.
Best regards,
Ernest M.
Oh! Great, look what I got (delete navigation data first): :): D
https://www.todopatuweb.net
But now I have another problem:
The search in real time does not yield any results now.
How can I solve that?
Hi,
Check the configuration, if the correct post types are selected under the General Options panel.
Also, there could be results excluded under the Advanced Options panel. If you find nothing, try reseting the plugin via the Maintenance submenu.
Best regards,
Ernest M.