Ok I think I found the problem, but I don’t know how to fix it. I believe it’s not in the stylesheet, it’s in the code for the tags for the plugin. For example the code for the properly formatted titles of the above “widgets” is:
<li id=”text-3″ class=”clearFix widget widget_text”><h3 class=”widgettitle”>Text sidebar widget</h3>…..
While the errant is simply:
<h3 class=”widgettitle”>Mortgage Calculator</h3>
I can see the .js file that is all gibberish to me, but it seems I would like to add the “clearFix…” code to the Mortgage widget….but how? Thank you.