Bottom margin between objects
Hi
I am working with site origin page builder. I want to decrease the space between two rows on page. i.e i want to bring the upper and bottom objects(widgets) closer.
In firefox debug i saw inline css:
bottom-margin: 30px;
How do i change this to 10px
Please help.
Thanx
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Manish
Usually this can be edited from Settings > Page Builder > Margin Bottom. There is unfortunately a bug with this setting at the moment. You can however insert the following into a Custom CSS plugin or module, like the one in Jetpack:
/* Set Page Builder bottom margin */ .panel-grid-cell { margin-bottom: 10px !important; /* Adjust the number on this row as desired */ }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.