Thanks a lot – that worked!
Just one last question before I mark this as solved:
How can I increase the padding at the bottom of the table so that the table does not look too close to the text or other elements directly below it?
Using the demo site table I tried to use this css snippet (which was working on the demo site)
.entry-content table, .comment-content table {
border-bottom: 1px solid #ededed;
margin: 0 0 2rem;
}
bu this didnt work.
Thanks in advance.