Home>Support>need to remove the gap between header and the page
  1. 8 years, 2 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More