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, sorry to start another thread on this but I can’t seem to get the solutions from search to work on my site. I’m using the page builder plugin and I want to remove the spaces in between the rows.
Hi ZM,
Typically there’re two settings of spacing going on. Row padding and row bottom margin. Please open the widget you wish to remove these for by clicking the wrench to the top right of the row. Then head over to the row styles sidebar and open the layout settings group. Set padding to 0 and bottom margin to 0. Do this for every row you wish to remove the spacing from.
If you would like to remove the bottom margin globally please navigate to WP AdminSettingsPage Builder and open the layout tab. Set the row bottom margin to 0.
If you’re unsure on the difference between padding and margin I would recommend reading the MDN article on CSS box models. Basically, margin is the spacing around the box, then border, then padding, then the content.
Thanks! That helped a lot.