Home>Support>Space between shortcode inputs

Space between shortcode inputs

Hello,

I am have a heck of a time trying to figure out how to remove the space between a form. On the page sportsgeekfantasy.com/test if you click on the Join League on the right hand side of the page it will drop down with a form, the form has a large amount of space in between each input field. When I place the form in a page that does not use PageBuilder the spaces do not exist.

Is there some CSS that I can use to remove the excess spacing?

Thank you for your help!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 8 months ago Lucas Tolle

    Hello, Brandon Wolfe,

    Unfortunately, this problem does not seem to be related with the Page Builder SiteOrigin, but with your NinjaForms plugin.

    The solution is inserted somewhere, or CSS plugin, or the last lines of the file itself:
    /wp-content/plugins/ninja-forms/css/ninja-forms-display.css

    .field-wrap, #ninja_forms_required_items {
        margin-bottom: 6px; /* Change the value you want */
    }

    If does not work, put the tag “!important” to force the CSS:

    .field-wrap, #ninja_forms_required_items {
        margin-bottom: 6px!important; /* Change the value you want */
    }

    Take the test and then returns to tell us whether it was successful!

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More