1
我有一個很難此頁面響應於使結果框:IDX經紀人響應結果頁
http://search.epicmountainhomes.com/i/deer-valley-real-estate
有誰知道如何使用IDX經紀人或自定義CSS編輯呢?
非常感謝!
我有一個很難此頁面響應於使結果框:IDX經紀人響應結果頁
http://search.epicmountainhomes.com/i/deer-valley-real-estate
有誰知道如何使用IDX經紀人或自定義CSS編輯呢?
非常感謝!
好吧,我想通了:
/*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;
}
}
[Flexbox的(https://css-tricks.com/snippets/css/a-guide-to-flexbox/)看起來像一個很好的解決方案。 – SpyderScript
Flexbox實際上看起來像是更好的解決方案。謝謝。 – user2172183