Tagged: margin
Hi,
Can you please tell me why there is such a big gap between the paragraph ending with: “more control and an MSP strategy that actually works.”
and the icons that afterwards?
Hey erantdo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home div#av_section_2 .content {
padding-top: 0;
}
.home #av_section_1 .content {
padding-bottom: 0;
}
They are two different Color Sections so content padding is being applied on both which causes a large gap.
Regards,
Yigit
Thanks !