August 10, 2015 at 12:00
			
			#72396
			
			
			
		
	Keymaster
		
		
	Hi there, one quick hack is to add this code to your child theme functions and they will switch the content that they render and your Extra sidebar will be your Main sidebar now
COPY CODE
//get the global sidebar
    function kleo_extra_sidebar()
    {
        get_sidebar();
    }
//get the extra sidebar
    function kleo_sidebar()
    {
        $classes = apply_filters('kleo_extra_sidebar_classes', '');
        echo '<div class="sidebar sidebar-extra '.$classes.'">'
            . '<div class="inner-content">';
        generated_dynamic_sidebar('extra');
        echo '</div>'
            .'</div> <!--end sidebar columns-->';
    }
 Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.
 
							
						
