What is this blank space below table?
-

KHParticipant
Hello,
You have set padding to be zero, however, have not set the margin zero as well https://prnt.sc/pdiv6o
Best Regards

KHParticipant
I have set margin and padding in row and in the content “raw html” to zero, but still not solve the issue. I’ve inspected the element and found that table has margin-bottom: 35px by default table {margin-bottom:35px;}
So I add this to my table in raw html <table style="margin-bottom:0px;"> Now it’s working.
Hello,
Enter the plugin which creates this size table and remove all <p> tags http://prntscr.com/phs73e
The margins have gone now. The gap is caused by <p> tags
Best Regards