I can't figure out how I managed to mess things up, but I went to make a new post and noticed that the alignment is wwaaayy off on the post pages. I haven't touched the theme since changing the number of categories but I don't think it could be related to that. So now I'm trying to figure out where I did something that messed up the overall theme alignment. Joern, what action could make things respond in a way that the makes the sidebar move downward towards the footer section?
Wordpress and Webdesign Forum go41 » WordPress Code Snippets
Sidebar has moved to footer
(2 posts)-
Posted 7 months ago #
-
I figured it out! It was this section:
<div class="navigation">
<div class="right"><?php next_post_link('%link »', '%title', TRUE) ?></div>
<div class="left"><?php previous_post_link('« %link', '%title', TRUE) ?></div>
</div></div>
of the post php that was somehow throwing things off. Sorry to bother you about it unnecessarily :).
Posted 7 months ago #
Reply
You must log in to post.