Forums Forums Search & Filter Pro Search Form Spacing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #6192

    Good morning!

    The line spaces (row heights?) between the various fields in the Search Form are too big. I’d like to bring the fields closer to each other vertically. What’s the simplest way to adjust the row heights or line spacing? Thanks.

    Ross Moderator
    #6247

    Hey Hovig!

    You can completely customise the look of Search & Filter, you just need to be able to do some CSS.

    In your theme’s CSS file, add the following:

    .searchandfilter > ul > li
    {
    	padding:0;
    }

    If that does not work, add an important rule like this:

    .searchandfilter > ul > li
    {
    	padding:0 !important;
    }

    Here you can completely customise the spacing, border and other CSS.

    Thanks

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