I am editing newsletter for client and I have been stuck on this...
Here is example of my table
https://jsfiddle.net/xocrqwLs/
and problem is in mobile device looks like this
|---------|
| [image] |
| text |
|---------|
| text |
| [image] |
|---------|
and I want it to look like this
|---------|
| [image] |
| text |
|---------|
| [image] |
| text |
|---------|
How can I change table column for mobile devices ?
Thank you!