Thanks for a great module! I'm using the new DNN3.012 version.
I'm trying to get some padding around each row of a grid (rather than padding around the grid itself.
In the CSS I have tried this in the .SQLViewNormalItem and .SQLViewAlternatingItem
padding-bottom : 10px;
padding-right : 10px;
padding-top : 10px;
padding-left : 10px;
But it doesn't make any difference to the display. Other CSS elements work fine.
Any suggestions?
Thank
Leslie