Vertical Space too Large

  • sroyal
    Asked on February 4, 2015 at 5:15 PM

    Text and text boxes seem to take up a lot of room vertically. When I put a text box under some regular text, the areas won't overlap, so there is a large vertical gap between the text and the text box below it. What can I do to remove the gap?

    Thanks,

    Steve Royal

  • Carina
    Replied on February 4, 2015 at 6:52 PM

    Hello Steve

    Please add this css  code:

    .form-line {

        margin-bottom: 5px;

        margin-top: 5px;

    }

     

    .form-line {

        padding-bottom: 5px;

        padding-top: 5px;

    }

    Let us know if we can assist you further.