Hello, please go to your hosting file manager or ftp and find the index.php inside of the theme folder, copy the file and paste it inside the child theme folder, now edit it and place the following code, depending on what sidebar template you want:
For left sidebar
COPY CODE
<?php
//create left sidebar template
kleo_switch_layout( 'left' );
?>
For right sidebar
COPY CODE
<?php
//create right sidebar template
kleo_switch_layout( 'right' );
?>
Check out the screenshots please 🙂
1- How it should look like
2- How to select the sidebar ( in the blog page editor, at the end of the page )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution