Forums Forums Search & Filter Pro Aligning the search form elements

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Anonymous
    #61743

    Hi,

    I have 2 categories elements in my search. they are aligned one below another. I want them to be in single row. Is this possible?

    Also I see by default “All Categories” is displayed in the categories dropdown. Is there any way to customize it like “Select”

    Thanks!

    Trevor
    #61810

    You would need to use Custom CSS. I could help with that if you can show me the form on a live page.

    When you drag and drop Categories on to the form, there is a setting to do this called Change All Items Label.

    Anonymous
    #61973
    This reply has been marked as private.
    Trevor
    #61988
    This reply has been marked as private.
    Anonymous
    #61990
    This reply has been marked as private.
    Trevor
    #61993

    Custom CSS:

    .searchandfilter ul li {
      display: inline-block !important;
      margin-right: 20px !important;
    }
    .searchandfilter ul {
      margin-left: 0 !important;
    }
    Anonymous
    #62082

    Awesome 🙂 Thanks Trevor!

    Anonymous
    #62086

    Also where I do need to add this css code

    Trevor
    #62124

    If your theme does not have a place to add custom CSS, use the Simple Custom CSS plugin from the WordPress repository.

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