Viewing 1 replies (of 1 total)
  • Hello,

    If you want to make your blog page in fullwidth size then, open your theme directory and edit “template-blog.php” file.

    here you need to remove the following code

    <div class="sidebar-wrap col-md-3 content-left-wrap">
    
    			<?php get_sidebar(); ?>
    
    		</div><!-- .sidebar-wrap -->

    And change this line
    <div class="content-left-wrap col-md-9">
    with
    <div class="content-left-wrap col-md-12">

    Please check screenshot for reference : http://screencast.com/t/0G8XB9w7
    If you want fullwidth in single page then apply same process in “single.php”.

    Thank You

Viewing 1 replies (of 1 total)

The topic ‘Blog template full width’ is closed to new replies.