How can I change the space between the moduel in front page. The space between seen big, I want to make it smaller Thankyou
Hi
You can use this custom css rule:
.t3-section { padding-top: 50px !important; padding-bottom: 50px !important; }
and adjust the value as you wish.