Can you reduce the padding above and below Jotform Cards when its embedded?

  • wordshopforms
    Asked on February 6, 2018 at 7:58 AM

    Hey,

    I have made a form using cards and have embedded it onto my page. Is there a way to reduce the space above and below the cards in the embedded area?

    Thanks

    Jotform Thread 1374051 Screenshot
  • Ardian_L
    Replied on February 6, 2018 at 8:40 AM

    Can you please put this CSS Code on your website:

    .jfForm-wrapper {

       padding-top: 0 !important;

       padding-bottom: 0 !important;

    I am not sure which platform you are using like WordPress, Wix or Joomla so I can provide instructions on how to inject CSS Code on that platform.

    Please let us know if you have any other question.

  • wordshopforms
    Replied on February 6, 2018 at 9:19 AM

    Hey Ardian,

    Awesome, thanks. Our site is in Wordpress, if you could direct me where to put the code on my page that would be great.

    Cheers

    Robin

  • Ardian_L
    Replied on February 6, 2018 at 10:12 AM

    Can you please check the article on the link below:

    http://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    If you are using a Custom Theme you may need to install a plugin, in that case I would suggest you this plugin:

    https://wordpress.org/plugins/wp-add-custom-css/

    Let us know if you have any other question.