Hi GavickPro Team,
I am trying to decrease margin size of gk bottom modules (top and bottom margin).
Also to decrease padding between module title and text.
See example here: theppd.org ( creating a new website). There is huge gap between lines.
Can you please direct me how to fix it.
I have tried to edit following without success:
/* Group modules */
#gkBottom1 {
padding: 15px 0;
overflow: hidden;
}
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
padding: 60px 0;
overflow: hidden;
}
#gkBottom2,
#gkBottom4,
Thanks for your help.