Home / 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 1129 views 0 go to: wp-content\plugins\wpresidence-core\misc\metaboxes.phpsearch for:$sidebar_values = array( 0=>’right’, 1=>’left’, 2=>’none’);edit it to:$sidebar_values = array( 0=>’none’, 1=>’left’, 2=>’right’);