Tanay
(@tanaykhandelwal-1)
Hi litacandela,
For this, you need to make a Child_Theme and copy paste the page.php into child theme directory.
Replace the code on line:35 with
<div id="content" class="span12">
and remove the code between line:60 to 65 i.e.
<!-- Sidebar -->
<div id="sidebar" class="span3">
<?php get_sidebar('page'); ?>
</div>
<div class="clearfix"></div>
<!-- Sidebar -->
You can follow the same steps with index, archive, author, category, search, single and tag.php files to make them full-width.
Mark ticket as resolved if you’ve got the solution.
Best Regards,
Tanay Khandelwal