Unzip and add the included files into your theme/child folder for correct installation of Easy Property Listings with the Customizr WordPress theme. Best practice is to use a child theme and add the files in the zip to your child theme folder.
Customizr WordPress Theme
This is the Customizr demonstration site for Easy Property Listings plugin for WordPress. This is default theme configuration (no customization) and a few of the add-on plugins available from the Extensions page.
Theme Links:
Some CSS adjustments are needed to better style the listing page which you can add to the theme from Dashboard > Appearance > Customize > Advanced Options > Custom CSS
body .property-box-left {
width:100%;
padding-right: 0;
}
body .property-box-right {
width:100%;
}
body .epl-listing-grid-view.epl-property-blog {
width:100%;
margin: 0;
padding: 0 !important;
}
body .epl-listing-grid-view.epl-property-blog div.epl-inspection-times,
body .property-box-right.property-content {
padding: 1em;
}