My Form has a scroll bar

  • mathiasmethod
    Asked on January 25, 2018 at 2:33 AM

    I just added a MailChimp email list sign up using jot form on my Wordpress.com website, in the sidebar, but it showed up with a scrollbar on the form. How do I make it taller so that it does not have a scrollbar on the form?

  • Ardian_L
    Replied on January 25, 2018 at 7:34 AM

    Can you please add this CSS Code on your website.

    .embed-jotform iframe {

        height: 230px !important;

    }

    I am not sure if you are using WordPress or any other platform so I can provide a tutorial on how to add CSS code on your website.

    Please let us know if you have any other question.


  • mathiasmethod
    Replied on January 25, 2018 at 1:33 PM

    That worked perfectly! Thank you! I just had to play with the number a little but the code worked. I used 235px for the height.