• Resolved JudahsMom63

    (@judahsmom63)


    I am building a website that has this layout:

    Header
    Body
    News section
    Audio section
    Video section
    Footer

    I want to move the sidebar into the Audio section. Using Firebug, I know that my sidebar is located here: <div id=”tertiary” class=”sidebar-container” role=”complementary”>. The following is the content for my home page: (this is NOT the php file)

    <div class=”homenews”>
    <header> <h2> NEWS </h2></header>
    [wds id=”2″]
    </div>

    <header> <h2> AUDIO </h2></header>

    <div class=”audio-area”>
    <!– what do I put here? –>
    </div>

    <header> <h2> VIDEO </h2></header>

    <div class=”video-area”>
    [pt_view id=”3c7f7c2dae”]
    </div>

    Using the style.css in my child theme, I’ve changed the width of the sidebar, the font-family, and the color, so I know the sidebar is responding to my child theme css. I just can’t seem to get the right code in the right place to put the sidebar inside my audio-area div. Please, can someone help me? I would very much appreciate it!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘I want to relocate my sidebar’ is closed to new replies.