Is there a way to move the filter button from the bottom of the search form to the top?

Is there a way to move the filter button from the bottom of the search form to the top?

Please try this CSS snippet. But please note that it can require further customization

.hp-template--listings-view-page .hp-form--listing-filter{
    display: flex;
    flex-direction: column-reverse;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.