Home / 24. Technical how to | Custom Code Required / Tehnical how to modify Sidebar Default Position from Right to Left or NoneTehnical how to modify Sidebar Default Position from Right to Left or None 2042 views 0 go to: wp-content\plugins\wpresidence-core\misc\metaboxes.php search for: $sidebar_values = array( 0=>’right’, 1=>’left’, 2=>’none’); edit it to: $sidebar_values = array( 0=>’none’, 1=>’left’, 2=>’right’);