How to reduce line spacing of texts within Text field

  • kranai
    Asked on February 27, 2016 at 10:26 AM

    Re: Insight Academy Registration Form - Without PayPal

     

    Please refer to the above form in particular. At the bottom based on some condition I display a message which says please send the cheque to a particular address. The line spacing between the address lines are not what I want.

    How do I reduce the line spacing between the address lines ONLY? 

    Best Rgds

    Kish

     

  • Huberson
    Replied on February 27, 2016 at 1:27 PM

    Hi,

    This can be achieved from 'Edit HTML' by accessing the 'Source Code'. Select the field with the address to bring 'Edit HTML' mode, click the angle-brackets icon to view the source code then add the bellow CSS inside the Style attribute for each address line. You can change the margin values as desired.

    margin-top: 4px; margin-bottom: 4px;

    How to reduce line spacing of texts within Text field Image 1 Screenshot 20

     

    If you are using the 'Text' Field in your form, 'Edit HTML' give you a lot of flexibility. It offers you a quick and easy way to customize text, heading or images.

     

    Thanks!

  • kranai
    Replied on February 27, 2016 at 9:04 PM

    Hi Huberson

    Thanks a lot...Magic it worked...I am learning as I go along with form building hopefully in future I have less questions as I get to know how each adjustments are done.

    Best Rgds

    Kish

  • Kevin Support Team Lead
    Replied on February 27, 2016 at 10:52 PM

    On behalf of my colleague, you're welcome.

    Sure, do not hesitate to let us know if you have further questions, we will be more than happy to assist you.