Reposition the widget sidebar in Appearance->Widgets

There will be a code inside your theme’s functions.php file which registers the sidebars for you. You need to find it and rearrange the sidebars the way you want.

Open the functions.php file and search for register_sidebar. The sidebars are registered as an array inside this function.