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

5
  1. Alex S Staff 9 years, 10 months ago

    Hi Albane,

    Please note that we are only able to provide English support. Could you please post your post again in English? I’m use to not so great English so please don’t worry about any major language issues.

  2. Albane Gaillot 9 years, 10 months ago

    Hi
    So in English …..when I add a widget on a page (button or text or whatever) , I always have a top edge and a space , I can not remove .
    See attached screenshot

  3. Alex S Staff 9 years, 10 months ago

    Hi Albane,

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  4. Alex S Staff 9 years, 9 months ago

    Hi Albane,

    So this is a theme issue. It’s adding quite a lot of padding to the widgets – hence the odd spacing. To remove said padding please navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .so-panel {
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    }

    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