Add Dynamic Sidebar to Exisiting WordPress Theme [closed]

For future askers with the same problem, the solution was to add before the new sidebar :

<div style="clear:both;"></div>

To prevent sidebars from overlapping each other.