Hi,
I am using enfold and would like to reduce some space before and after some elements. Im trying to use the separator white space element, it works with a positive value but doesn’t work if i enter a negative value. why is that?
Thanks
Hey siteitltd,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-section-huge .content,
.avia-section-huge .sidebar {
padding-top: 50px;
padding-bottom: 50px;
}
If you need further assistance please let us know.
Best regards,
Victoria
thank you so much!