Hi Oliver
Remove the left sidebar on your website to create child theme.
Refer this link for child theme.
https://codex.www.ads-software.com/Child_Themes
First of all add page.php file in child theme directory and find this below code and remove it from this file.
<div class="span3" id="blog-post-icons">
<ul class="spa-blog-icon clearfix">
<li class="admin-icon"> <a href="<?php the_permalink(); ?>"><?php the_author();?></a></li>
<li class="calendar-icon"> <a href="<?php the_permalink(); ?>"><?php the_date('M j,Y');?> </a></li>
<li class="blog-comment-icon"><?php comments_popup_link( __( "Leave a comment", 'sis_spa' ),__( "1 Comment", 'sis_spa' ), __( "% Comments", 'sis_spa' ),'name' ); ?></li>
</ul>
</div>
It will resolved your issue.
Thanks
-Hari