Forums Forums Search & Filter Pro How to Show Submit and Filter button in one row

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

    Hello There,

    I am using search and filter pro plugin. I am having issue displaying Submit and Filter button in one row. I want them to show side-by-side(https://prnt.sc/tc97y8).

    You can see here from link what I want to achieve(https://surreyplacst.wpengine.com/nik-new-filter/).

    Can you provide help with that ?

    Trevor
    #251458

    Some custom CSS would do this for you, like:

    .searchandfilter ul li.sf-field-reset,
    .searchandfilter ul li.sf-field-submit {
      display: inline-block;
    }
    Anonymous
    #251902

    OKay. Thanks

    Trevor
    #251926

    Thanks for letting me know that worked. I will close this thread for now.

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