• Hi Greg,

    I have been trying to use the dropdown fields for the list search page. If there are a few available options the options break over the “Please Select” place holder of the field below it. Is there a way to allow the choices to cover the field below it? It does not look right this way.

    The reason I am using the drop down is to conserve space when searching. I was using check boxes when searching but when the results appear they are below all the checkbox fields which can be a good distance down the page which requires scrolling just to see the matches and looks messy. Is there a way to have matching results returned on another page without the search for where a link to the search form could be put if someone wishes to do another search?

    Thanks for your support.
    Brian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    it looks like there is some kind of CSS conflict either in the WPAdverts itself or with the theme you are using.

    Can you email me a link to the page where you are having this problem so i can take a look at it?

    Thread Starter briancraw

    (@briancraw)

    Thanks Greg, sent though support form.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    thanks, i got the link via email, please add the code below in wp-admin / Appearance / Customize / Additional CSS panel, it should fix it, we will add a similar update in the next WPAdverts release.

    
    .adverts-multiselect-holder .adverts-multiselect-options {
        z-index: 1000 !important;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dropdown Breaking’ is closed to new replies.