Forums Forums Search & Filter Pro Lay-out issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #65363

    Hello,

    I got some lay-out issues. How can I enlarge the field with selections?

    https://goo.gl/R32MTN

    Trevor
    #65404

    Your theme might be overriding the CSS. You might need something like this in a custom css file:

    .searchandfilter > ul > li .sf-input-text,
    .searchandfilter > ul > li .sf-input-select {
      min-width: 200px;
    }
    Anonymous
    #66199

    Hello Trevor,

    Thanks for your help.

    Have a look at this page please: initially, when page is loaded, you see correct styling. But suddenly it changes. http://www.sustainablepackagingcommunity.com/portfolio/

    Can you tell me why?

    This is custom css code:

    <style type=”text/css”>

    1
    /* Add your CSS code here.
    2

    3
    For example:
    4
    .example {
    5
    color: red;
    6
    }
    7

    8
    For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
    9

    10
    End of comment */
    11

    12
    .searchandfilter > ul > li .sf-input-text,
    13
    .searchandfilter > ul > li .sf-input-select {
    14
    min-width: 300px;
    15
    }

    Trevor
    #66206

    You appear to have the selectbox jquery on your page, from your theme, and this is overriding our plugin settings. You would need to find a way to disable selectbox (dequeue the javascript and css files). Or style what it makes of the form.

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