Page Builder Margin between Headline and Rich Text Editor
Hi,
I am attempting to reduce the margins between the headline widget and the rich text widget. I have adjusted the padding in all fields available, including in the row itself, to 0 but there is still a very large white area between my widgets and my goal is to have them connect together seamlessly without any white space. Please advise.
Thank you,
mandie
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Mandie
Thanks for posting, sorry we weren’t able to reply sooner.
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.
Hi, I was able to resolve the issue on my own using CSS in the widget attributes. Thank you!
Super :) Glad to hear you made progress.
All the best.
In case anyone else runs into this, the CSS I used to eliminate the widget margins to create a connected box was:
Top Headline Box:
\’
.row-spacing {
margin-top: -10px;
margin-bottom: -10px;
}
\’
Bottom Headline Box:
\’
.row-spacing {
margin-top: -20px;
margin-bottom: 30px;
}
\’
Page screen shot for connected headline boxes
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.