Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Sidebars MIA
    Thread Starter psophia17

    (@psophia17)

    I figured it out – thanks for the help!

    Here’s hoping the sidebar stays where it belongs…

    Forum: Fixing WordPress
    In reply to: Sidebars MIA
    Thread Starter psophia17

    (@psophia17)

    I think I tried both of these ideas correctly, but neither made a difference – still no sidebars.

    Here’s what I have on the footer.php at the moment:

    </div> <!– eo content –>

    <div id=”footer”>
    <div id=”footer-inner”>
    <p><?php bloginfo(‘name’); ?> is powered by WordPress</p>

    </div>
    </div>

    </div>

    <div id=”credit”>
    <!– Please leave this link intact –>
    <p>WordPress Themes</p>
    </div>

    </div>

    <?php wp_footer(); ?> </div>
    </body>

    </html>

    I haven’t changed the original code at all.

    Does the code from the stylesheet make a difference? This is what it looks like now:

    #sidebar {
    padding: 0;
    margin: 0 0 0px 540px;
    }

    My husband says he’s okay without the sidebar…but I would like to figure out what I’m doing wrong. Again – thanks so much for the help.

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