Hi, i’m using ‘full width’ rows, and there seems to be a global 30px padding/margin applied to the rows. Is there a way to change this to 50px (but keeping at 30px on mobile/under say 800px viewport)? I can’t seem to target/override this 30px with CSS alone.
This is in the inspector:
element.style {
margin-left: -30px;
margin-right: -30px;
padding-left: 30px;
padding-right: 30px;
on class=”siteorigin-panels-stretch panel-row-style panel-row-style-for-24-0″
Thanks