Hey Brugmedia,
Thank you for the inquiry.
1.) Try to add this css code to apply a border to the block table element.
.wp-block-table {
margin: 0 0 1em;
overflow-x: auto;
border-color: black !important;
border: 1px solid black;
}
2.) To move the comment form above the comments, you will have to modify the themes > enfold > comments.php file and move line 156-207 above line 77. Or just replace the content of the file with the following code.
// https://pastebin.com/jkcXe97P
Best regards,
Ismael
Ismael,
thanks for the support, is works!