Viewing 1 replies (of 1 total)
  • Hi,

    Presently the theme doesn’t have this in the option to make the post full width. but you can do it with some small change to the single.php file and by adding some css to the style.css file in your child theme.

    In single.php file remove the line found at the bottom (mostly line number 55) which read as
    <?php get_sidebar(); ?>

    and in the style.css file add the following code

    .single .site-content {
    	margin: 0;
    }

    hope it helps 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Remove sidebar and make blog posts full width’ is closed to new replies.