PluginProbe
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings / 6.3.5
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings v6.3.5
7.2.1 7.2 7.1.2 7.1.1 7.1 7.0.4 7.0.6 7.0.7 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 6.3.1 trunk 5.7.3 5.7.5 5.8.1 5.8.2 5.8.3 5.8.4 5.8.6 6.0.4 6.0.5 All 36 releases
mlsimport / public / css / mlsimport-public.css

mlsimport-public.css in MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings 6.3.5, at public/css/mlsimport-public.css

80 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .listing-image-wrap .listing-thumb .img-fluid{
2 width:100%;
3 }
4 /*// real homes*/
5 .flexslider .slides img {
6 max-height: 700px;
7 }
8
9
10 .property-item img{
11 width:488px;
12
13 }
14
15 /*
16 WPestate*/
17 #carousel-listing .slick-slide img {
18 max-height: 550px;
19 }
20
21 #carousel-listing-nav img {
22 max-height: 90px;
23 }
24
25
26 /*mlsimport infobox photo alignment*/
27
28 #infobox_title {
29 font-size: 13px;
30 }
31
32 .prop_pricex{
33 font-size:13px!important;
34 }
35
36 .infobox_wrapper_image img{
37 min-height:85px;
38 }
39
40 .infobox_title{
41 height:30px;
42 }
43
44 /*mlsimport imported listings photos alignment*/
45 .property_listing .listing-unit-img-wrapper,
46 .property_listing .carousel{
47 float: left;
48 max-height: 230px;
49 }
50
51
52
53 /*===houzez*/
54
55 /*photoswipe*/
56
57 .pswp__zoom-wrap{
58 transform: scale(1)!important;
59 }
60 .pswp__img {
61
62 top: 50%!important;
63 left: 50%!important;
64 transform: translate(-50%, -50%);
65 }
66
67
68 /*unit cards*/
69 .item-header {
70 height: 200px;
71 overflow: hidden;
72 background: black;
73 width: 100%;
74 }
75
76 .listing-image-wrap .listing-thumb .img-fluid {
77 width: 100%;
78 height: 200px;
79 object-fit: cover;
80 }