Forums
(@milan2015)
9 years, 3 months ago
Hi,
try this:
In the style.css search for:
.page #primary { width: 100%; }
Replace with:
.page #primary { width: 66.6666%; }
In the single.php above the <?php get_footer(); ?>:
<?php get_footer(); ?>
<?php get_sidebar(); ?>