Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1332788

    Hi,
    we have a code block in this page : https://preprod.immosafe.fr/3231-2/#homeform which is the form
    image 1 form not filled
    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.
    image 2 form is filled

    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

    • This topic was modified 2 years, 11 months ago by I-Visio.
    #1332895

    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

    #1332919

    that worked amazingly
    thanks a lot

    #1332952

    Hi,

    Great! Glad we could be of help. Please feel free to open a different thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Max height to a code block’ is closed to new replies.