You can add a Privacy Policy and Broker or Housing Logos to the Footer Bottom widget area.
They appear vertically. If you want the logos to be horizontal instead, you can add this to Appearance > Customize > Additional CSS
/* Align Footer Logos */ .footer-bottom .widget.widget_media_image { display: inline-block; vertical-align: middle; padding: 10px; } /* End Footer Logos */