Forums Forums Search & Filter Pro Width search input select2

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #226651

    I have a problem width the width of the text input field on the select2 option. Somehow it sets an inline width of 100px, which i can’t seem to overrule. Can you tell where this width is coming from?

    Anonymous
    #226652
    This reply has been marked as private.
    Trevor
    #226693

    In your theme CSS file, you have some custom CSS targeted at just this form. My guess is that is at the root of the problem. This is just an example:

    https://www.screencast.com/t/bQIXs1l4WK

    Look for max-widths.

    Anonymous
    #226738

    Could be the problem, but i’m curious to know where this number is coming from, I never set anything on 100px. It seems to be calculated, but from where is the calculated?

    Trevor
    #226744

    The Select2 script calculates the 100px based on the width of another, wider, component to allow for the dropdown button I think, so look for something maybe 50px wider, maybe 150px?

Viewing 5 posts - 1 through 5 (of 5 total)