Hi, im trying to align the videos at the center of the site, which is not showing in my page.
Also, the top banner if possible.
site url: https://www.puentesolidario.com/
ps version: 1.6.1.17
Code in home hook at the theme configurator
......................................................................................
<div align="center">
<table align="center">
<tbody align="center">
<tr>
<td>
<p><iframe src="https://www.youtube.com/embed/2fInYrDeqX4?rel=0&showinfo=0" width="577" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe> <br /></p>
<td>
<p><iframe src="https://www.youtube.com/embed/HbmrvqN16yg?rel=0&showinfo=0" width="577" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe> <br /></p>
</td>
</tr>
<tr>
<td><iframe src="https://www.youtube.com/embed/X62gH9mfCF4?rel=0&showinfo=0" width="577" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br /></td>
<td><iframe src="https://www.youtube.com/embed/soGF0S13OWs?rel=0&showinfo=0" width="577" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></td>
</tr>
</tbody>
</table>
</div>
......................................................................................
Thank you.