Quote Originally Posted by dw08gm View Post
Have you tried this?

In your css for the button insert clear:both (if clear:left or clear:right do not work)

https://www.w3schools.com/cssref/pr_class_clear.php

and/or apply margins eg margin-top:1em

https://www.w3schools.com/cssref/pr_margin-top.php

hope this helps
I think that this could be solved via a CSS z-index setting; I'll take a look (eventually).