Forums

Messed up Category Page (4 posts)

  1. futurepocket
    Member
    Posted 1 year ago #

    Hi,
    There seems to be a problem with the theme I am using:

    http://futurepocket.com/futurepocket/

    When you click on any of the categories, you can see that the page is messed up, but the post page and everything else is perfectly fine. What would I have to modify to fix that?

    Thanks!

  2. shadow_boi
    Member
    Posted 1 year ago #

    move <div id="sidebar">...</div> container into the <div id="page">...</div> container

    so that u have:

    <div id="page">
    <div id="content">...</div>
    <div id="sidebar">...</div>
    </div>

  3. futurepocket
    Member
    Posted 1 year ago #

    which file needs to be edited exactly?

  4. jbellatl
    Member
    Posted 11 months ago #

    Shadow_boi -- You opened a door or thought for me which led to me solving my issue. When I saw this post a light went off.

    @futurepocket. The best way to troubleshoot these problems is time. Start putting 'xxxxxxxxxxxxxx' in spots to see where they show up to see if your close to the problem or even on the right page. <!-- Comment out stuff -->, // and see how it looks. On, and on, and on.

    Thanks guy.

Topic Closed

This topic has been closed to new replies.

About this Topic