Hi,
i made a table element transparent and deleted the borders. But now i am not able to move the table up. (The distance to the heading is to much.)
A – whitespace did not work.
Regards, Simon
Hi simonac!
Add this to your custom CSS.
table { margin-top: 0px !important; }
Best regards,
Elliott
Thanks!