Hi
Am I missing something, as I seem to have different padding results for modules in bottom positions, depending on whether they have the "light" module suffix or not. These have the CSS;
}
.box.light .box-wrap {
background: none repeat scroll 0 0 #f0f2f3;
border: medium none;
padding: 32px !important;
}
but those without a suffix have nothing about padding and the title etc is consequently much too close to the module position above, How can I change this please?