Remove empty space

  • justonline
    Asked on July 9, 2015 at 6:38 AM

    Hi

    Can you tell me how I remove the empy space ? As you can see below. The space between the the top of the page and the start of the background of the form himself

    THanks a lot

    Jochen

     

    Remove empty space Image 1 Screenshot 20

    Jotform Thread 606473 Screenshot
  • Sammy
    Replied on July 9, 2015 at 6:49 AM

    Hello Jochen,

    I have tried accessing the form but it seems you have deleted it, to reduce the empty space you can use the following CSS

    .form-all {
        margin-top: -56px;
    }
    Adjust the margin value to your preference.

  • justonline
    Replied on July 9, 2015 at 7:13 AM
    Thank you so much sammy. It works indeed. Can i ask you a realy last
    question?
    How can i reduce the space before the titel see below
    Thanks a lot
    Jochen

    2015-07-09 12:44 GMT+02:00 JotForm Support Forum <
    noreply@jotform.com>:
    ...
  • Sammy
    Replied on July 9, 2015 at 8:30 AM

    Could you kindly provide the link to the site where you have embedded the form, accessing the form URL as a standalone does not show the heading which i think is part of the main site and not the form

    http://www.jotformeu.com/form/51892581471361

     

  • justonline
    Replied on July 9, 2015 at 8:38 AM
    Hey Sammy
    I mean the space before the title. See below I have draw it ... in fact I
    want to start the text at the beginning of the background colour
    Thank you so much
    [image: Inline afbeelding 1]
    2015-07-09 14:25 GMT+02:00 JotForm Support Forum <
    noreply@jotform.com>:
    ...
  • Sammy
    Replied on July 9, 2015 at 9:42 AM

    Hello Jochen,

    It seems the image you sent via email is not reflecting on the forum, could you kindly post it directly on the forum with the portion you want changed marked.

    We will then be able to resolve the issue quickly

  • justonline
    Replied on July 9, 2015 at 9:46 AM

    Hi 

    See below the image what i mean

    Thanks a lot

    Remove empty space Image 1 Screenshot 20

  • justonline
    Replied on July 9, 2015 at 9:48 AM
  • Sammy
    Replied on July 9, 2015 at 12:37 PM

    Hi Jochen,

    I have examined the form and is seems the space above is already reduced

    Remove empty space Image 1 Screenshot 20

    However if you want to tweak it further you can use the following CSS code

    #text_10{
        margin-top:-10px;
    }

    Where #text_10 is the id of the specific element holding the text mentioned