I have created two simple custom widget boxes in my main loop using this code:
<?php bfa_widget_area('name=widgetlove &align=5 &cells=2'); ?>
and placed inside each a widget (Category Posts widget) to display certain posts.
Everything looks good except when the page is loaded in IE. For some strange reason the text size gets blown up apparently ignoring all CSS classes.
The image on the left is how it appears in Firefox and the image on the right is how it appears in Internet Explorer.
Does anyone have any ideas on how to solve this issue?
The site is http://www.tramproyal.com if you want to check the issue out for yourself.
Thanks.