• Resolved pqjoaopedro

    (@pqjoaopedro)


    Hello Goodnight!

    I need the search bar to fit the size of the section, however, it has a fixed size.
    On some cell phones, it decreases from 230px to 200px with this code:

    .dgwt-wcas-search-wrapp {
    min-width: 200px;
    }

    It improved the visualization, but I would like it to fit the session, so that I can use it on any mobile phone.

    Anything I can do?

    ————————————-

    Olá, boa noite!
    
    Preciso que a barra de pesquisa se adeque ao tamanho da se??o, porem, ela fica com um tamanho fixo.
    Em alguns celulares, diminui de 230px para 200px com esse código:
    
    .dgwt-wcas-search-wrapp {
        min-width: 200px;
    }
    
    Melhorou a visualiza??o, mas eu gostaria que se adequasse a sess?o, para poder usar em qualquer em qualquer celular.
    
    Algo que eu possa fazer?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Marta

    (@martadella)

    Hi @pqjoaopedro,

    You can set min-width to 0 to make the search bar fit the section:

    .dgwt-wcas-search-wrapp {
      min-width: 0;
    }

    Let me know if this is what you need.

    Regards,
    Marta

    Thread Starter pqjoaopedro

    (@pqjoaopedro)

    Martha, you and an angel!

    Your code worked! Thank you.

    Att,
    Jo?o Pedro

    • This reply was modified 3 years, 4 months ago by pqjoaopedro.
    • This reply was modified 3 years, 4 months ago by pqjoaopedro.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use search bar on mobile’ is closed to new replies.