HI How do I redcue the white space area above ‘USED OR RECOMMENDED BY…’ on this page
Hi JennyGr!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #av_section_3 .content {
padding-top: 0;
}
Regards,
Yigit
Thank Yigit, but it doesn’t seem to have made much difference. Is there something else I can try?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home #av_section_2 .content {
padding-bottom: 0;
}
Best regards,
Yigit
Great! That worked Yigit, much better spacing. Thanks so much for your help.
Jenny