Change Margin Size between rows in PageBuilder
Hi, Im using PageBuilder and have 2 “rows” of elements
I see I can enable “No Bottom Margin” in Visual Style button. Its still a little too much..
Is there a way to reduce it even more? please advise on specifics if you can.. not versed too well in web dev
thank you! I love your products and themes!!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi JR
Thanks for your positive feedback. Try this in a Custom CSS plugin or module:
/* Set Page Builder bottom margin */ .panel-grid-cell { margin-bottom: 0px !important; }If it doesn’t help please send me a link to see the problem. Thanks.
Thanks Andrew
I’ll test it later.. Will this work for any and all bottom Margins using ONPB regardless of the page?
Anyway to make it page specific? Thanks again
Just add the page body class before the selector to make it specific. You can view the page source and check the body class there:
Home would be:
.home .panel-grid-cell { margin-bottom: 0px !important; }Blog would be:
.blog .panel-grid-cell { margin-bottom: 0px !important; }Some random page:
.page-id-32 .panel-grid-cell { margin-bottom: 0px !important; }im getting tired of saying this…
“Thanks for the help… exactly what I needed! “
Super, glad we could help.
Yesterday we greatly improved our site search so give it a try for future challenges as the answer may be on the forum or in the documentation.
All the best.
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.