• Resolved darshan.cws

    (@darshancws)


    The Post page has empty space in the right side. I wish to make it fullwidth.

    All the content of post is to the left side the right side is empty

    Please Help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.

    Empty space on the right side means that you don’t have any widgets published to the Blog Right sidebar.

    please post a live link to your site if you need help with formatting problems, like stretching the content over the full width.

    Thread Starter darshan.cws

    (@darshancws)

    Yes, I dont want to use Sidebars in my post pages & make them full width.

    Kindly Help

    First thing…install the child theme for this theme. It’s located in the “child-theme” folder of your theme files. Activate it. Then copy the parent theme’s index.php into the child theme (where you see the style.css file).

    Edit this file in the child theme by removing this:

    <div class="col-md-4">
      <aside id="cir-right" role="complementary">
      <?php get_sidebar( 'right' ); ?>
      </aside>
    </div>

    Then change the col-md-8 class of the other container to be col-md-12

    You are going to have to do the same thing for other files that have this kind of layout, like the “archive.php” and any others you want full width, including the single.php file too.

    You’ve got some work to do here for a full width blog based layout.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make Post page Full Width’ is closed to new replies.