Hello,
I have this kinf od css code for the iframed form on the page:
.resp-container {
position: relative;
overflow: hidden;
padding-top: 56%;
}
.resp-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
It works well for the desktop, but on the mobile version, the form is not shown full.
Could you please help me with what I can do to show the whole form on one screen in the mobile version? Like the whole form will be shown at once.
Best regards,
Damira Teppo
