GoDaddy: App cut off on mobile
In GoDaddy Website Builder, Apps sometimes get cut off in the mobile version. The reason for that is that some of their templates have a maximum height set for the main content area. The customer needs to access the website's head section and add this bit of code to it.
Direct them to: Site Settings > Site wide Code.
In there, they will need to add:
.wsb-htmlsnippet-element {height: auto !important;}
The code will need to be placed between