Thanks Kyle.
So I added this to my Custom CSS:
.spb-row-container.spb-row-full-width .spb_content_element>.container {
padding-bottom:2%;
}
However this goes global. I would like this only to be on some of my pages.
Then I tried to create a class:
/*CLASS CREATED FOR BELOW*/
.concept_row {
}
.concept_row .spb-row-full-width .spb_content_element>.container {
padding-bottom:0%!important;
}
But when adding extra class to a row with concept_row it doesn’t work though.
any input on this? 🙂