• cassiecares

    (@cassiecares)


    https://www.cassiecares.com

    I posted this in my theme’s forum as well, but was hoping someone had some knowledge of this.

    I was trying to move my ‘comments’ line down to the bottom of posts, so on content.php I pasted this under the “entry-meta-bottom”

    <?php echo prana_post_date() . prana_post_comments() . prana_post_author() . prana_post_sticky() . prana_post_edit_link(); ?>
    </div>

    And then suddenly my sidebar went to the bottom as well. I didn’t think that would affect the sidebar? What can I do to make sure the sidebar appears as normal?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think you are closing the div on the wrapper, thus pushing your sidebar out of the wrapper and to the bottom. try without the </div>. You’ll have to look at the layout of the original and make sure that the closing </div> markups are in the correct spots.

    Thread Starter cassiecares

    (@cassiecares)

    Thanks so much, Joshua.

    I actually uninstalled/reinstalled the theme to reset it (I was stumped, couldn’t figure out what the problem was).

    Then when I tried again without the </div> that worked like a charm.

    Great! Glad it worked out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help! My sidebar moved to the bottom! How do undo?’ is closed to new replies.