I've been working on editing a newsletter for my client and I seem to have hit a roadblock...
Here's an example of the table I'm working on
https://jsfiddle.net/xocrqwLs/
The issue arises when viewing it on a mobile device, as it appears like this:
|---------|
| [image] |
| text |
|---------|
| text |
| [image] |
|---------|
But I want it to look like this instead:
|---------|
| [image] |
| text |
|---------|
| [image] |
| text |
|---------|
Any suggestions on how I can adjust the table columns for better display on mobile devices?
Thank you!