IDX Broker Responsive Results Page

347 Views Asked by At

I am having a hard time making the results boxes on this page responsive:

http://search.epicmountainhomes.com/i/deer-valley-real-estate

Does anyone know how to edit it using IDX broker or custom CSS?

Thank you very much!

1

There are 1 best solutions below

0
On

Ok I figured it out:

/*Set Mobile Responsiveness One*/
@media only screen and (max-width: 500px) {
.IDX-resultsCell {
    padding-bottom: 22px !important;
    border-bottom: 1px solid #e5eeed !important;
    clear: left!important;
    width: 100%!important;
}
}

/*Set Mobile Responsiveness Two*/
@media only screen and (max-width: 500px) {
.IDX-grid .IDX-resultsPhotoImg {
    height: 155%!important;
    width: 100%!important;
    clear: left!important;
    left: 0!important;
    position: absolute!important;
    top: auto!important;
    z-index: 0!important;
    max-height: none;
    max-width: none;
    min-height: none;
    min-width: none;
}
}