Remove Search button from filter bar, keep only Reset
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -100,11 +100,6 @@ $mls_cities = homeproz_get_mls_cities(50); // Cities with 50+ listings
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="filter-item filter-item-button">
|
|
||||||
<label class="filter-label"> </label>
|
|
||||||
<button type="submit" class="btn btn-primary">Search</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="filter-item filter-item-button">
|
<div class="filter-item filter-item-button">
|
||||||
<label class="filter-label"> </label>
|
<label class="filter-label"> </label>
|
||||||
<a href="<?php echo esc_url(get_post_type_archive_link('property')); ?>" class="btn btn-secondary">Reset</a>
|
<a href="<?php echo esc_url(get_post_type_archive_link('property')); ?>" class="btn btn-secondary">Reset</a>
|
||||||
|
|||||||
@@ -439,7 +439,8 @@
|
|||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1100px) {
|
||||||
|
// 7 items: Type, City, Zip, Beds, Min Price, Max Price, Reset
|
||||||
grid-template-columns: repeat(7, 1fr);
|
grid-template-columns: repeat(7, 1fr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user