PluginProbe
Property Hive / 2.4.0
Property Hive v2.4.0
2.4.0 2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 All 262 releases
propertyhive / assets / css / search-results-layouts / columns-3.css

columns-3.css in Property Hive 2.4.0, at assets/css/search-results-layouts/columns-3.css

14 lines 739 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* SEARCH RESULTS CSS */
2 .propertyhive ul.properties li { box-sizing:border-box; width:32%; margin-left:2%; border-bottom:0; clear:none !important; }
3 .propertyhive ul.properties li:nth-child(3n+1) { clear:left !important; margin-left:0; }
4
5 @media (max-width:990px) {
6 .propertyhive ul.properties li.first { clear:none !important; }
7 .propertyhive ul.properties li { width:49%; margin-left:2%; }
8 .propertyhive ul.properties li:nth-child(3n+1) { clear:none !important; margin-left:2%; }
9 .propertyhive ul.properties li:nth-child(2n+1) { clear:left !important; margin-left:0; }
10 }
11
12 @media (max-width:590px) {
13 .propertyhive ul.properties li { clear:both !important; float:none !important; width:100% !important; margin-left:0 !important; }
14 }