Map Height Vs Properties Height - Question | JoomShaper

Celebrate JoomShaper's Sweet 16 with Flat 35% OFF!

Map Height Vs Properties Height

A

Angel

Template 3 weeks ago

Hi, I changed the height of the maps from the default 1070px to 800px, and the map changed to the specified size, but the properties column on the left did not. For example: https://gtizaragoza.es/venta-naves-industriales-zaragoza

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #225025

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.

0