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
Remove spaces in between Rows
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.
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.
Hi Andrew,
already created a temporary account …
Thank you in advance …
This is a private message.
This is a private message.
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:
Hope that helps.
Thanks a lot … it worked. :-)))
Cool :) Glad to hear that helped.