How to reduce the gap between header and subheading?
Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-945 #av_section_1 h6.av-special-heading-tag {
line-height: 1 !important;
padding: 0 !important;
}
.page-id-945 #av_section_1 .av-subheading {
margin-top: 0 !important;
}
Hope it helps :)
Best regards,
Nikko
Doesn’t seem like it makes any change.