How to make ShopIsle Blog Post Fullwidth

If you want to remove sidebars from your Posts (single) blog posts then this guide is for you. And as we always recommend to everyone, please make sure that you're  using a child theme with your ShopIsle theme before reading this guide.

Copy  single.php file from your parent theme to your child theme, and make the replace the following code:

<!-- Content column start -->
<div class="col-sm-8">

with the following code:

<!-- Content column start -->
<div class="col-sm-12">

And then scroll down and delete the following code from the file

<!-- Sidebar column start -->
<div class="col-xs-12 col-sm-4 col-md-3 col-md-offset-1 sidebar">

<?php do_action( 'shop_isle_sidebar' ); ?>

</div>
<!-- Sidebar column end -->

Now save the file, and that's all!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us