Forums Forums Search & Filter Pro Search fields stacked

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #176275

    The search fields on this page are all stacked on top of each other:

    https://www.babysleepsupport.com.au/consultants/

    The used to be all on one line. Would you know why they have moved? I can not seem to work out how to put them all back onto one line.

    Trevor
    #176327

    I cannot see any Custom CSS attached to them, so you must have removed it? I checked my notes from last year (lucky I still have them) and this was the CSS I gave you, which seems to work:

    .searchandfilter ul {
      display: table !important;
      margin: 0 auto !important;
    }
    .searchandfilter > ul > li {
      display: inline-block;
      margin-right: 20px;
    }

    Make sure you add it using a method that does not get written over on a theme or plugin update.

    Anonymous
    #176792

    Great thanks Trevor, that has worked. Not sure why the code got removed!

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