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, 2 months ago

    Hi,

    It looks like your theme is adding 30px of spacing to the top of each widget and we’re adding the 30px to the bottom of each widget.

    To prevent the theme spacing, you have two options:

    Override it with CSS (recommended)
    If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .so-panel.widget {
        margin-top: 0 !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

    Prevent the Widget class from being added to widgets – May have undesired effects
    Please navigate to WP AdminSettingsPage Builder and open the Widgets tab. Untick the Add Widget Class setting and save. This may have undesired effects in that depending on how much your theme makes use of the Widget class it might be very noticeable once it’s disabled.

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