Keeping Image and Text Border in individual cells
-
Hi Tobias,
First, thanks for a great plugin.
Second, I really need your help. I am trying to edit a table to display like so:
https://screencast.com/t/piouk7aal1N or https://funchkins.travel/kruger/blog/eating-out/
but the table I am editing, currently looks like this:
https://screencast.com/t/A9jqcPlNd5 or https://www.funchkins.com/capetown/
As you can see the difference is a faint border in the cell around the image and the text underneath it. I currently have the following CSS to remove the table borders:
‘.tablepress-id-id,
.tablepress-id-id tr,
.tablepress-id-id tbody td,
.tablepress-id-id thead th,
.tablepress-id-id tfoot th {
border: none;
}.tablepress-id-id th,
.tablepress-id-id td {
padding: 2px;
font-size: 11px;
}’Can you help me get the border around the image in the cell and the text under neath it?
Thanks for your help.
Shirley.
- The topic ‘Keeping Image and Text Border in individual cells’ is closed to new replies.