I am thinking that I should not upgrade my Ghost version.
Live link
Please use the following css to fix the table design.
table td {
border: 1px solid #ddd;
padding: 5px 10px;
}
table th {
border: 1px solid #acacac;
background: #ddd;
font-weight: bold;
text-align: left;
padding: 5px 10px;
}
Here is the preview,
2 Likes