• Resolved petreadishman

    (@petreadishman)


    Hello,

    My site is https://www.wholehealth365.info

    My problem is that the right sidebar has dropped to the bottom of the page. I have tried multiple things including removing several plugins and widgets.

    I have read through several of the sidebar issues in the forum and can’t find anything that quite matches my problem, although perhaps its there somewhere. I have used the validator and that didn’t really help me. It could be a <div> problem somewhere.

    Below is the sidebar.php code which I altered slightly hoping to fix the problem: (hope I’m adding this correctly, possibly not)(Line 8: I moved </div> to the end of line 10) at the bottom of code I commented out one </div> appeared to be one to many, did’t do anything but put the pink font color back in the sidebar which had turned to gray when it dropped to bottom) (if i put the code back the way it was, just turns font gray again)
    ______________________________________________________________________
    <?php
    /**
    * The Sidebar containing the main widget areas.
    *
    * @package sparkling
    */
    ?>
    <div id=”secondary” class=”widget-area col-sm-12 col-md-4″ role=”complementary”></div>
    <div class=”well”>
    <?php do_action( ‘before_sidebar’ ); ?>
    <?php if ( ! dynamic_sidebar( ‘sidebar-1’ ) ) : ?>

    <aside id=”search” class=”widget widget_search”>
    <?php get_search_form(); ?>
    </aside>

    <aside id=”archives” class=”widget”>
    <h3 class=”widget-title”><?php esc_html_e( ‘Archives’, ‘sparkling’ ); ?></h3>

      <?php wp_get_archives( array( ‘type’ => ‘monthly’ ) ); ?>

    </aside>

    <aside id=”meta” class=”widget”>
    <h3 class=”widget-title”><?php esc_html_e( ‘Meta’, ‘sparkling’ ); ?></h3>

      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • <?php wp_meta(); ?>

    </aside>

    <?php endif; // end sidebar widget area ?>
    <!– </div> –>
    </div><!– #secondary –>
    ____________________________________________________________________

    Any help would be greatly appreciated! ?? Let me know if there is any other data I can provide you with to help with the issue

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @petreadishman,

    I hope you are well today and thank you for your question.

    I visited several page son your site and the sidebar is displaying fine for me at the right side of the page.

    Please advise.

    Kind Regards,
    Vinod Dalvi

    Thread Starter petreadishman

    (@petreadishman)

    Well I did several things to try to clear the sidebar issue, but I don’t know which one worked because chrome history still shows sidebar at bottom. Someone alerted me to the fact that it had actually moved back to the right.

    I have cleared browsing history and cache in chrome and even reinstalled, however chrome on my computer still insists on showing sidebar at bottom…weird ??

    Anyhoo, looks like problem solved, don’t know how, but solved

    Awesome great to see you got that solved.

    Please advise if you have more questions.

    Have a fantastic day!

    Hey there,

    Glad you figured it out. Please don’t forget to mark this thread as resolved ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right sidebar had dropped to bottom of site on all pages’ is closed to new replies.