hi i have installed Coming birthdays and its a great add-on to my site
but its have a bug that the thumbnails have no space between them.
so i fixed the "in a few days" section like this :
1) go to modules->andrew->birthblock->classes->ABirthBlockModule.php
2)go to line 180 and change this line:
$sSubCode .= '<div>' . get_member_thumbnail($aData['ID'], 'none', true) . '</div>';
into this:
$sSubCode .= '<div class="bx-def-margin-sec-top">' . get_member_thumbnail($aData['ID'], 'none', true) . '</div>';
this will space up the "in a few days" thumbnail to look better.
BUT there is another section that shows the "Today" and i don't know how to change it.
i think the block comes from db...
anyway if someone have any idea that will be great.