[Resolved] Bottom of Page is cut off

Hi @makdicowz

We found the problem, and it’s called collapsing margins.

So, this is not a bug in the Designer, this is something related with how CSS works on the web.

Therefore, whenever you need to separate the first element from the body, instead of adding margin-top to the element, you should add padding-top to the body.

​Hope this is helpful.

Kindest regards,
Anna