Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tgotch64

    (@tgotch64)

    OK, I found out how to remove the sidebar

    I took this out:

    <div class="span4 well-intro">
        <?php if ( is_active_sidebar( 'wpstrapgrid-sidebar-posts' ) ) : ?>
    	    <?php dynamic_sidebar( 'wpstrapgrid-sidebar-posts' ); ?>
        <?php endif; // end sidebar widget area ?>
    </div>

    How do I now get the post to be full width?

    Theme Author Brian Harris

    (@zgani)

    How do I now get the post to be full width?

    Replace all instances of span8 with span12.

    I hope you are doing all these edits via a child theme and not the main theme files!

    Regards,
    Zulf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Right Sidebar on Posts’ is closed to new replies.