Hello,
Thanks for reaching out.
Please try adding the following custom CSS:
.map-right #sp-main-body .spproperty .spproperty-sorting-wrap,
.map-top #sp-main-body .spproperty .spproperty-sorting-wrap {
margin-bottom: 0 !important;
}
.map-right #sp-main-body .spproperty .spproperty-list-wrap,
.map-top #sp-main-body .spproperty .spproperty-list-wrap {
padding-top: 0;
max-height: 800px;
overflow: hidden;
}
.itemid-317 div#sp-property-properties {
padding-top: 0 !important;
}
This should align the properties column height with the adjusted map height.
Please clear your cache after applying the changes and check again.
Thanks.