Forums
(@ericwichman)
17 years, 4 months ago
Even simpler fix is this. In your index.php file of your theme located in /wp-content/themes/yourtheme/
Just before the <?php get_sidebar(); ?>
<?php get_sidebar(); ?>
insert this: </div>
</div>
This worked for me…