How do I shorten this gap below the content? http://i.imgur.com/m201o0t.png
Also see it at http://burkebond.noogalabs.com/
Thanks.
Hey dhunter413!
Since each of those is a icon list item it has the padding below it. So you can add this to your QuickCSS in your styling tab of the theme options:
#top.home #av_section_1 .avia-icon-list li {
padding-bottom: 0;
}
Which targets that specific section and removes the padding.
Regards,
Devin