If you mean removing the page sidebar with the listing form, there are 2 ways:
- Using CSS:
.hp-template--listings-view-page .hp-page__content {
flex-basis: 100% !important;
max-width: 100% !important;
}
hp-template--listings-view-page .hp-page__sidebar {
display:none!important;
}
- Using template overriding Overview | HivePress Templates - YouTube