Hi
I had to copy the from the template-parts sub-folder footer, i.e. footer-content-lists.php
I then deleted the copyright info:
<div class="col-sm-4 flexbox center-xs middle-xs content-section-spacing-medium footer-column-black">
<div>
<div class="footer-logo space-bottom-small">
<h2><?php mesmerize_print_logo(true); ?></h2>
</div>
<?php echo mesmerize_get_footer_copyright(); ?>
<?php mesmerize_print_area_social_icons('footer', 'content', 'footer-social-icons', 5); ?>
</div>
</div>
After the row at the top then change the 8 to 12.
I then added in the footer.php below the last closing div at the top:
<div class="page-content orangered-bg center padding5" style="border-top: 2px solid orangered;">
<div class="gridContainer content" >
<div class="row orangered-bg">
<p id="copyright" class="font-white center">
<?php echo '© ' . " " . date('Y') . " " .'Orange Tree Private Care, All rights reserved. <br>Built by <a href="https://towywebdesigns.uk" target="_blank" title="WordPress Websites with Hosting">Towy Web Designs</a> <br>& Hosted by <a href="https://ecohostingservices.uk" target="_blank" title="Fast, Reliable Hosting with free SSL Certificates">Eco Hosting Services</a>.';?></p>
</div>
</div>
</div>
Obviously change the details. I hope this makes sense. It’s the only way I can see doing it by increasing the widget width.
See here my solution: https://orangetreeprivatecare.uk/
Colin