Hi, I want the spacing above the text to be equal to the spacing below the icons in this specific color section – http://screencast.com/t/wgxwSN3zXA
How can I do that?
Hey DROR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-10291 #av_section_2 .avia_textblock p {
margin-top: 0;
}
Regards,
Yigit
Thanks.