We are trying to reduce the spacing between the two content pictured in the private section, we added a -30 whitespace but it isnt working, we flush the cache too but no luck still, any idea ?
Hi kilimats!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#performance-reports .av-special-heading-h2 {
margin-top: 0!important;
}
Regards,
Yigit
worked ! thanks, what does that do exactly? will this bug be fixed int he next version?
Hi,
This is not a bug actually. Special heading element has top margin and the code i posted removes it in your section.
Best regards,
Yigit
i see, how does it know to target only that element from that code? confused, or is it applied to all special heading we add going fwd, that wouldnt work for us if so