1

我很难使此页面上的结果框响应:

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

有谁知道如何使用 IDX 代理或自定义 CSS 编辑它?

非常感谢!

4

1 回答 1

2

好的,我想通了:

/*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;
}
}
于 2017-02-28T21:15:07.647 回答