Need to remove the space after the heading line

  • b.m.ezzat
    Asked on April 20, 2016 at 7:42 AM

    Dears

    I need to remove the space between the heading line and the words after it in the below 

    For example i need to remove the space between "Mosaka" and "Layers of egg plant...." in the pic below

    Need to remove the space after the heading line Image 1 Screenshot 20

  • Kiran Support Team Lead
    Replied on April 20, 2016 at 9:27 AM

    I've cloned your JotForm to my account and see that the product items are added using Text field. Also, I noticed that you are already included some CSS code to your form and I'm going through the code. Please allow me some time to check on this and get back to you.

    Thank you for your patience. 

  • Kiran Support Team Lead
    Replied on April 20, 2016 at 9:58 AM

    Thank you for being patient. Please try injecting the following CSS code to your JotForm: 

    #text_524 > p  {

        margin-bottom : -10px;

    }

    #text_530 > p {

        margin-bottom : -10px;

    }

    #text_535 > p {

        margin-bottom : -10px;

    }

    #text_540 > p {

        margin-bottom : -10px;

    }

    #text_545 > p {

        margin-bottom : -10px;

    }

    It should be displaying as shown below after adding the CSS code to your form.

    Need to remove the space after the heading line Image 1 Screenshot 20

    Hope this information helps! If you need any further assistance, please let us know. We will be happy to help.