Hi !
It’s not a very big problem, but Smart Donations is the only plugin widget i use that don’t have the class=”widget-wrapper” on his main div.
I have to correct atht at every updates. This is how :
smart-donations-helpers.php :
Line 91: echo “<div class=’widget-wrapper’><h3 class=’widgettitle’>$title</h3>”
Line 192: echo “<div class=’widget-wrapper’><h3 class=’widgettitle’>$title</h3>”
It would be very nice if that class was native. It seems to be a very common class used by some other widget plugins.