How can I move the table down?

I am trying to move the table with column and 5 row down few spaces. I try by putting but does not seen to see it move down.

Hi Katie,

I’d normally recommend putting something that needs to be positioned like this in a DIV or ARTICLE container. However as you are working with tables, and putting a dynamic table in a container could affect how it overflows, I’d suggest contacting the support team for fa closer look at how best to do this.

Thanks

Alex

In your source code use

;margin-top: 50px" this will move the table down by 50 and change the number to suit your needs.

I hope this helps