Hi
Wanted to know How to reduce the gap between two modules in the section-top position on homepage as show in the images attached.
Thanks and Regards
codeforya Hi Add this code in custom.css file
.t3-section { padding-bottom: 144px; padding-top: 144px; }
reduce the padding value to reduce the space, this code will work for all section position modules.