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].
Hi Im trying to remove the gaps between the rows created in page builder. I’ve tried a coupe css codes suggested on your forum. I’ve used the following code together & separately but its not working.
/* Page Wrapper to reduce gaps between rows */
#page-wrapper {
padding-top: 0 !important;
}
#colophon {
margin-bottom: 0 !important;
}
and
/* Set Page Builder bottom margin */
.panel-grid-cell {
margin-bottom: 0 !important;
}
Hi eliselangley
You can remove the last one, that’s no longer applicable.
Do you still need a hand here? Looks like you’ve managed to remove the row bottom margin and get everything sitting close together.