Forums Forums Search & Filter Pro width Container

Tagged: , , ,

Viewing 3 posts - 21 through 23 (of 23 total)
  • Trevor
    #244494
    This reply has been marked as private.
    Anonymous
    #245642

    Hi Trevor, could you please help me remove the indentation from the Formato and Palabras Claves filters?

    On the other hand, move the Reset button a little lower and centered

    Trevor
    #245933

    This CSS should remove the indentation:

    .searchandfilter ul {
      padding-left: 0;
    }

    And this CSS to move the reset button down and centered:

    .searchandfilter ul li.sf-field-reset {
      margin-top: 20px;
      text-align: center;
    }
Viewing 3 posts - 21 through 23 (of 23 total)