Form covering up webpage content

Hi

I’ve got an issue where a 3rd party form I’m using is covering up the content on the page…

www.remortgagehub.com/dc/qualify

I’ve tried adding height onto the form container div but it makes no difference. Any help would be really appreciated, thanks.

Share link below

Graham


Here is my site Read-Only: https://preview.webflow.com/preview/remortgagehub?utm_source=remortgagehub&preview=ee0ad2e1a8fcc2ab55dc754975e78773
(how to share your site Read-Only link)

Hi @GrahamCox - Which page does the form issue exist on?

The one in my post @webdev
https://www.remortgagehub.com/dc/qualify

Thanks Jeff

I was looking in the designer. On that page check your custom code (head). You have a style for all IFRAME’s that positions the iframe absolutely.

iframe{ position: absolute; left:0; right:0; bottom:0; top:0; border:0; }

Also remove the

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

Thanks Jeff, that’s exactly what the problem was. All working now.

Many thanks for your help, I’m very grateful.

Kind regards,

Graham