Don't change content but update footer to just include widgets.
Then re-enter widgets as HTML.
<h4>Hours</h4>
<table>
<tbody>
<tr>
<td>Monday-Tuesday</td>
<td>Closed</td>
</tr>
<tr>
<td>Wednesday</td>
<td>12-5</td>
</tr>
<tr>
<td>Thursday-Friday</td>
<td>12-5 STORE ONLY</td>
</tr>
<tr>
<td>Saturday-Sunday</td>
<td>12-5</td>
</tr>
</tbody>
</table>
Don't change content but update footer to just include widgets.
Then re-enter widgets as HTML.