How do I remove the space under my embedded form?

  • federicariccardi
    Asked on August 10, 2017 at 8:52 AM

    Hi, i positioned the module stipe on the page and in the front end of the site i see very much space under the 2 mpdule.

    The aestethic result is not good. Can you help me?

  • David JotForm Support Manager
    Replied on August 10, 2017 at 11:13 AM

    The extra space is shown due to the height dimension of section where you have embedded your jotform:

    How do I remove the space under my embedded form?  Image 1 Screenshot 30

    Please inject this code in the page where you have embedded your jotform:

    <style type="text/css">

    #elm-text-_eb5d234af62839-main {

        height: 600px !important;

        overflow: hidden !important;

    }

    </style>

    This should be the result:

    How do I remove the space under my embedded form?  Image 2 Screenshot 41

    Let us know if you need more help.

  • federicariccardi
    Replied on August 10, 2017 at 11:22 AM

    Just i need more help!

    Yhank you so much. But i don't understand where i have to put the code, if in the style theme css or in other pages. Can you be more specific?

     

  • Kevin Support Team Lead
    Replied on August 10, 2017 at 12:08 PM

    The code provided by my colleague should be added to your page's source code as it already has the style tags. 

    If you have a CSS file, then you should only include the CSS code: 

    #elm-text-_eb5d234af62839-main {

        height: 600px !important;

        overflow: hidden !important;

    }

    Let us know how it goes. 

  • federicariccardi
    Replied on August 10, 2017 at 12:22 PM

    obviously i understand.

     What i dont understand is this.

    I have a template, directory plus of ait thiemes club, that has various stile files. Is not there one for one page.

     

    So i cannot found in what sheet i have to put the code.

     

  • Kevin Support Team Lead
    Replied on August 10, 2017 at 12:41 PM

    You could add the code in any CSS style sheet included on your main page, where the form has been embedded on, here is one that may work: http://www.garantecondominio.it/wp-content/plugins/download-monitor/assets/css/frontend.css?ver=4.8.1