I would like to change the div tag of my Site Footer element so that everything is enclosed in a footer tag. I would like it to look something like this:
<footer class=”site-footer”>
My element
</footer>
Is there any way to do this? I’ve only managed to put the footer tag to the main div of my element, but it appears enclosed in another div with the site-footer class.