Site logo

[Support request] Search box issues

Home Forums Support [Support request] Search box issues

Home Forums Support Search box issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2208813
    Gabriel

    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!

    #2208825
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.