How do I remove extra space between my text and social sharing widget?

  • Chrissybright
    Asked on August 27, 2014 at 8:42 PM

    Here is my form that we're using on our business app.  There is lots of extra space surrounding the FB icon - I was able to shrink the icon, but the space around it remains the same.  I want to remove space below the text and above the FB icon and do the same for the space below the icon. 

     

    http://form.jotform.us/form/42325598208156

  • jonathan
    Replied on August 27, 2014 at 11:24 PM

    Hi,

    When I checked your form http://www.jotform.us/form/42325598208156  this is how it looks like on my browser

    How do I remove extra space between my text and social sharing widget? Image 1 Screenshot 30

     

    If you want to bring the text below even closer to the FB icon, add this CSS code into your form

    #text_14{

    margin-top: -20px;

    }

    adjust the number as needed.

    In my test form it become like this

    How do I remove extra space between my text and social sharing widget? Image 2 Screenshot 41

     

     

    Hope this help. Inform us if you need more assistance.

    Thanks.

     

    User Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes