Forums

how do I change my post to one column? (5 posts)

  1. MADinMelbourne
    Member
    Posted 1 year ago #

    Hi, I'm asking after I've looked everywhere and just can't find how to do it. I've sorted the pages out - how do I change posts? Thanks.

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    without knowing your theme and without having a link to your site, there is not much help anyone could give you.

    for single posts display, you probaly need to edit single.php in a similar way as you may have edited page.php - just guessing ...

  3. MADinMelbourne
    Member
    Posted 1 year ago #

    sorry, thought I had linked it http://madinmelbourne.com.au/?p=495 - I want to take archives and meta data off so that the pages are consistent.

  4. alchymyth
    The Sweeper
    Posted 1 year ago #

    for all single posts?

    edit single.php and change this line:

    <?php get_sidebar(); ?>

    to this (this turns the line into a comment which is not executed; in case you ned to change it back later):

    <?php // get_sidebar(); ?>

    in style.css, at the end, add:

    .single #content {
    	width:900px;
    }

    should be all ...

  5. MADinMelbourne
    Member
    Posted 1 year ago #

    thank you

Topic Closed

This topic has been closed to new replies.

About this Topic