I'm currently in the process of creating a dynamic table with three different elements that are displayed in a particular arrangement:
[![Here is what it looks like on a desktop device][1]][1]
However, I am looking to modify this layout to appear differently on mobile devices:
[![Here is the desired appearance on a mobile device][2]][2]
Below is the code I have developed thus far:
<tr>
<td>
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td style="background: #ffffff; padding: 0px 50px 20px 50px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<!-- LIST ITEM -->
<tr>
<td style="width: 60px; height: auto; padding: 0px 0px 0px 0px; " valign="middle" width="121">
<img alt="" border="0" class="verticalAlignTop" height="121" src="https://i0.wp.com/www.un.org/pga/73/wp-content/uploads/sites/53/2018/09/Dummy-image-1.jpg?ssl=1" style="width: 121px; height: 121px;" valign="middle" width="121"></td><td style="vertical-align: top; padding: 0px 0px 0px 20px; text-align: left; font-family: Arial, Helvetica, sans-serif; color: #333333; font-weight: 400; display: block" valign="top">
<h3 style="font-size: 18px; line-height: 25px; margin: 0px 0px 0px 0px; mso-line-height-rule: exactly; font-weight: 700; color: #333333;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do</h3></td> <td style="vertical-align: bottom; padding: 20px 0px 0px 20px; text-align: left; font-family: Arial, Helvetica, sans-serif; color: #333333; font-weight: 400; display: inline-block" valign="bottom">
<p style="font-size: 15px; line-height: 22px; margin: 0px 0px 0px 0px; mso-line-height-rule: exactly;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum </p></td> </tr>
</table></td></tr></table></td></tr></table>
If you have any suggestions or solutions, they would be greatly appreciated!
Thank you for your assistance! [1]: https://i.sstatic.net/QC3Q7.png [2]: https://i.sstatic.net/yGqV9.png