Tagged: code, Code block, max height
Hi,
we have a code block in this page : https://preprod.immosafe.fr/3231-2/#homeform which is the form
Once the form is filled, it shows the next step of the form, but it pushes the next element on the page and creates this massive empty space.
Is there a way to make that extension of the form happen inside the block and make it scroll or something? We don’t want it to mess with the page
Hey I-Visio,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3231 .avia_code_block_0 {
height: 470px;
max-width: 470px;
overflow: scroll;
}
Best regards,
Rikard
that worked amazingly
thanks a lot