Forums

Weird line in sidebar (7 posts)

  1. caramelcouture
    Member
    Posted 2 years ago #

    I'm having issues with wordpress on my site (http://caramelcouture.net/wordpress)... there is a weird line next tot he sidebar and I can't figure out what it's from.

    I'm also having issues with the categories and archives, they don't seem like they want to cooperate with me. Any help would be so appreciated. Thank you!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    It's part of a horizontal rule (<hr>) that lies between your sidebar and your footer. Try editing both sidebar.php and footer.php and removing any references to <hr>.

    I'm also having issues with the categories and archives

    It might help if you described the problems(s).

  3. caramelcouture
    Member
    Posted 2 years ago #

    It might help if you described the problems(s).

    True. I'm having issues with the pages... like when you click the catsegories link in the sidebar, the whole page gets all messed up... I've tried to edit the archives.php page and the archive.php page but nothing is working.

  4. caramelcouture
    Member
    Posted 2 years ago #

    It's part of a horizontal rule (<hr>) that lies between your sidebar and your footer. Try editing both sidebar.php and footer.php and removing any references to <hr>.

    That worked! Thank you so much!

    Any idea what's wrong with the category and archives pages?

  5. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    The sidebar is inside the post content area on your category and archive pages. You'd need to edit archive.php and move <?php get_sidebar();?> so that it's after the closing </div> for the content.

  6. caramelcouture
    Member
    Posted 2 years ago #

    The get_sidebar code is after the closing div already...

  7. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    You also have two .content divs in your archive.php template.

Topic Closed

This topic has been closed to new replies.

About this Topic