Forums Forums Search & Filter Pro Align search form to left withour margin or padding

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #196754

    I use latest version of Searchandfilter Pro. When implementing SearchForm on my website isn’t aligning to the left like the other content on my website.

    The left margin or left padding is ok on computer screens but not so good in smartphones. Need to be able to align the search form to the left. I know how to customize the searchfilter ul li elements.

    Spending hours searching for the right way to change CSS but no luck. Guess that there is a rather simple way but now I can’t get hold of it. Please can you help me?

    Kind regards,
    Mia

    Trevor
    #196760

    Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #196766
    This reply has been marked as private.
    Trevor
    #196780

    This custom code should do it for you:

    .searchandfilter > ul {
      padding-left: 0;
      margin-left: 0;
    }

    And, yes, it was your theme doing this.

    Anonymous
    #196790

    Hi again,

    Thanks for your quick and really good support even if it wasn’t a Searchandfilter thing.

    You have made me a really happy girl.

    Big thanks!

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