Hi guys!
I don't understand why I can not set a table put inside an article to fit with different screens.
On pc desktops and tablets it is shown correctly, but if accessed from a smartphone, to see it whole, you need to scroll horizzontally. In fact, inside the table appears the following phrase: "scroll horizontally to view the whole table".
My table, in the article, is set as following:
<table width="100%">
<tbody>
<tr>
<td>
<p><strong><em>TEXT1</em></strong></p>
<p>TEXT2</p>
<p>TEXT3</p>
<p>TEXT4</p>
</td>
<td>
<p>image1</p>
<p> </p>
<p> </p>
<p>image2</p>
</td>
</tr>
</tbody>
</table>
Any idea of what I have to change and where?
Thank you!!!