• i run the site http://www.takeovertokyo.com

    i love everything about the site but i want to move my sidebar 1 on the left side of my content

    i have tried playing with margins and floating and i am capable of getting both sidebars to align correctly but they always fall below the content

    just kinda started getting into wordpress and any help would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • takeovertokyo,

    Try moving the sidebar call above the <div id=”content”>. It appears the content, sidebar1 and sidebar2 are all floating left so this should work just fine.

    Hi,

    Upgrade your wordpress to the latest 2.8.3 version and go to the wordpress admin area. Now, click on appearance -> widgets. Remove widgets from left sidebar and add it in the right sidebar columns. Also remove/rename the left-sidebar.php file from your theme. Otherwise it may display dynamic sidebar.

    Thanks,

    Shane G.

    Thread Starter takeovertokyo

    (@takeovertokyo)

    are you talking about in the stylesheet?

    i copied everything between #SIDEBAR and stopped at #FOOTER and put that above #CONTENT but nothing happened.

    If I type in the code margin:0 auto; under #content it will move my content in the middle and throw both my sidebars under my content.

    and shane i dont really understand what you were talking about. I have the newest version, but i want to keep both sidebars just move my content in the middle.

    takeovertokyo,

    You are looking for the php include for the sidebars. Generally speaking if there were only a single sidebar I would expect it to be at the bottom of the Main Index Template. Because your theme has two sidebars you need to locate the first sidebar include ?php get_sidebar(); ?> and move it ( in the html/php ) code above the <div id=”content”> I would expect the div content code to be either at the top of the Main Index Template or at the bottom of the Header.

    Hope this helps.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Tried multiple things to move the sidebar’ is closed to new replies.