Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #705335

    HI How do I redcue the white space area above ‘USED OR RECOMMENDED BY…’ on this page

    #705351

    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

    #705454

    Thank Yigit, but it doesn’t seem to have made much difference. Is there something else I can try?

    #705617

    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

    #705702

    Great! That worked Yigit, much better spacing. Thanks so much for your help.

    Jenny

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Spacing above Special Heading’ is closed to new replies.