Set up a custom search according to criteria set in custom fields formatted with the checkboxes setting
Solution:
You need to avoid to use special character "comma" in the option value, the option "Residential, Suburban" is using option value "residential, suburban", there is a comma inside it, it will conduct unexpected result, you can change the option value to something else, for example: residential-suburban
Problem:
The user was having a styling issues for the 2nd column in a two columns loop layout.
Solution:
The layout uses tables and the width of the row are calculated by the browser. To fix this, enforce 50% width for the table columns with this style: