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.

Remove spaces in between Rows

Resolved 7 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,
I would like to adjust the space between rows. In this special situation I use the first row only for headline, the second row for content. Now there is a lot too much space between headline and content.
I try to insert the following under Appearance > Custom CSS:
/* Set Page Builder bottom margin */
.panel-grid-cell {
margin-bottom: 0 !important; /* Adjust the number on this row as desired */
}
But still, space is the same like before.
What can I do …?
See www. beziehungschaos.at … Homepage:
Headline: Soforthilfe in der Krisensituation!
Space
Content: 3 Pictures
Thank you in advance,
warmly
Birgit

URL: http://www.beziehungschaos.at

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

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff 10 years, 10 months ago

    Hi Birgit

    Would it be possible for you to create a temporary admin account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to Users > Add New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the “Send Password” field so we receive the details.

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

  2. Birgit 10 years, 10 months ago

    Hi Andrew,

    already created a temporary account …

    Thank you in advance …

  3. Andrew Misplon Private Staff 10 years, 10 months ago

    This is a private message.

  4. Andrew Misplon Private Staff 10 years, 10 months ago

    This is a private message.

  5. Andrew Misplon Staff 10 years, 10 months ago

    Thanks.

    We’ll improve this setting soon but for now…..padding fields can accept four values. So instead of enter 15 into a padding field you can enter:

    15 15 0 15

    That’s top, right, bottom left. That helps a little.

    Then I did the same for the padding you’ve added to the next row:

    0 15 15 15

    Then for the last bit of space I went super custom. I added a class to the first row and targeted it at from Appearance > Custom CSS as follows:

    /* Custom Page Builder Styles */
    .custom-widget-title h3.widget-title {
      margin-bottom: 0;
    }

    Hope that helps.

  6. Birgit 10 years, 9 months ago

    Thanks a lot … it worked. :-)))

  7. Andrew Misplon Staff 10 years, 9 months ago

    Cool :) Glad to hear that helped.

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