Forums Forums Search & Filter Pro Align the "Submit Button"

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

    Hi,

    how can I align the “Submit Button” to the right of the “Tag” field?

    Trevor
    #201602

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

    Anonymous
    #201638
    This reply has been marked as private.
    Trevor
    #201669

    You will need to use some custom CSS, like this:

    .searchandfilter > ul > li {
    	display: inline-block;
    	vertical-align: top;
    	padding: 0 20px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)