I have a color section containing one column, then two columns. There’s a lot of vertical white space between the one-column section and the two-column section. I’ve seen some threads on this topic but I want to be sure I can make the change on a page-by-page basis rather than as a big global change that affects every part of the site.
My page:
Threads I’ve seen:
https://kriesi.at/support/topic/how-to-reduce-spacing-between-sections/
Hi missouriartscouncil!
Please add the below CSS to Enfold > General Styling > Quick CSS
body .column-top-margin {
margin-top: 0px!important;
}
Cheers!
Vinay
Beautiful! Thank you!