Hi, is there a way to remove the margin or distance between Special headers.
The padding can be adjusted but it seems there is a 20px margin always added.
Thanks in advanced
Mark
Hi,
Please add this css to you /css/custom.css file OR to Quick CSS located in enfold > (theme options) > layout styling at the bottom of the page: (change 50px
.av-special-heading {
margin-top: 0px !important;
}
Thanks,
Nick