Thanks for your really prompt reply Tobias!
I’ve resolved it by resizing the pic and then selecting full size.
Would appreaciate your guidance to another problem please . I’ve downloaded the responsive plugin and installed as per your instructions to another person’s question on misaligned responsive tables.
I’ve included the following code in the custom css
@media (max-width: 979px) {
.tablepress-responsive-phone.tablepress-id-1 thead tr,
.tablepress-responsive-phone.tablepress-id-1 thead th,
.tablepress-responsive-phone.tablepress-id-1 tbody td {
height: 60px;
}
}
Most of the rows look fine except the longer table cells, which overlaps when viewed on the phone.
Am i doing something wrong here?
Thanks again! Really appreciate your assistance!