This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Alex S Staff 9 years, 7 months ago

    Hi Sandhya,

    The spacing is being added by your theme due to the .widget class being attached to the page builder rows. To resolve this you have two options, disable Page Builder from adding this setting or use CSS.

    Setting:
    Please navigate to WP AdminSettingsPage Builder and open the layout tab. Untick the Add Widget Class setting and save your settings.

    CSS:
    If you navigate to WP AdminAppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .kopa-wrapper #main-content .widget {
        margin-bottom: 0;
    }

    You might also need to install the SiteOrigin CSS Editor.

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.

Have a different question or issue?

Start New Thread