The MU forums have moved to WordPress.org

Change the position of sidebar (5 posts)

  1. thtang
    Member
    Posted 16 years ago #

    I would like to interchange the position of sidebar and the content of the "Default" theme.

    I have changed the code to
    <?php get_header(); ?>

    <?php get_sidebar(); ?>

    <div id="content" class="narrowcolumn">

    <?php if (have_posts()) : ?>
    ......

    However, the position of sidebar still keeps on the right, while the main content moves lower. I have tried to create a table but still fails.

    Please advice

    Thank you.

  2. theotheragentm
    Member
    Posted 16 years ago #

    Change the style sheet. Is it floated left. Changing it to right should get you what you want on most themes.

  3. drmike
    Member
    Posted 16 years ago #

    Or your other left if you're my ex. ;)

  4. andrea_r
    Moderator
    Posted 16 years ago #

    And just for future reference, this is not an MU-related question. :) Hunting on the regular forums should have resulted in a quick answer as well.

  5. lunabyte
    Member
    Posted 16 years ago #

    Nicer put than I would have said. So I just kept my yap shut. :D

About this Topic