Forums Forums Search & Filter Pro Styling Issue's

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Anonymous
    #196900

    Hi,

    Im really having some problems with styling.
    I want to remove the whitespaces between the fields. see image

    remove spaces

    Any idea how?

    Thanks.

    Trevor
    #196904
    This reply has been marked as private.
    Anonymous
    #196906
    This reply has been marked as private.
    Trevor
    #196915

    OK, you would need custom CSS to adjust or remove the padding between fields. Something like this:

    .searchandfilter > ul > li {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    Anonymous
    #196934
    This reply has been marked as private.
    Trevor
    #196936

    Your theme (or another plugin) is adding <br>s and <p>s to the markup and also margin to the dropdowns. Try adding this as well:

    .searchandfilter > ul > li select,
    .searchandfilter > ul > li p {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    Anonymous
    #196969

    Ok, I will have a look at it.

    Yes, it is working thanks!

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