Site logo

Archived topic

Search box issues

1 reply · Started by Gabriel on May 4, 2022

Viewing posts 1–2 of 2

Hello everyone! I explain what I want to do so that you can help me. After looking at many of your answers, I managed to get what I wanted for my new niche (a large search box), however when I try to type any query in the box, it doesn't complete. That is, if I put a word that has more than 5 letters in the search engine, it stops being seen and only the first 5 letters are seen. It acts as if it were a small search box. I don't know if I explain myself.

What I would like is that in the large search engine that I have put, any search that is made in it can be seen. My website is this: mexicas.org You can try to put any word of more than 5 letters in the search box and you will see that the search acts as if it were a small box.

Can you help me?

Thank you!

Hi there,

can you remove all the CSS you have added in the Customizer > Additional CSS and try adding this:

.header-widget .wp-block-search__inside-wrapper {
    width: 100% !important;
}
.header-widget .wp-block-search__inside-wrapper input[type="search"] {
    flex: 1;
}
This archived topic is closed to new replies.