Hey Saffron, 
Please try the following in your child theme’s function.php:
function add_custom_footer_code() {
	?>
	<div class="container">Your content here</div>
	<?php
}
add_action('avia_after_footer_columns', 'add_custom_footer_code');
Best regards,
Rikard