On my DT Register - List of Events page I have a few modules in the right column. When I upgraded to the latest version of DT Register the list of events now starts to display after the right column instead at the top of the page. Using Firebug I found if I removed the line:
<div style="clear:both;"></div>
that comes after the div with the id toolbar it displays properly. Where in the code is this line:
<div style="clear:both;"></div>
so I can permanently delete it? Or is there a better solution?