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.

White space between Rows and Widgets

8 years ago · Last reply by Steffen Burgess 8 years ago

I’ve made a page using Page builder and also I’m using a Theme Template which may be making the white space between the Rows and Widgets.

Having followed a few of the previous posts none of them seem to work:

Too much white space between rows in page builder

Reducing gaps between widgets on Page Builder

One thing that did work but it removed the styling was unticking “Add Widget Class” in page builder settings/widget

The particular page is:
http://aimotion.co.uk/virtual-assistant-bristol

Any help would be greatly appreciated.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 8 years, 10 months ago

    Hi Steffen,

    Your theme is adding the spacing. You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add (and adjust) the following CSS:

    .panel.widget,
    .so-panel.widget {
    	padding: 80px 30px;
    }

    The first number is the vertical padding and the second number is the horizontal padding.

    You might also need to install the SiteOrigin CSS Editor.

  2. Steffen Burgess 8 years, 10 months ago

    Thank you very much, I appreciate your help and knowledge, that fixed it.

    Steff

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