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!
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>
which file needs to be edited exactly?
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.