Just recently, my sidebar is out of whack. This is my website: http://hedgeagainstspeculation.com It used to be up at the top like the screenshot that I took here: http://hedgeagainstspeculation.com/advertise Now it`s at the very bottom, and when you go to specific pages it`s up at the top! I have no idea why, could someone please assist me? Thanks
What script you running? You've got 2 css running somehow... I'm not sure whats going on here. Knowing what your running would help...
Hey if it's just recently happened, try to think back to what you have done since then. Did you edit any of the styles, or the template files? Or have you only been posting? Try adding an extra </div> just before the sidebar is opened as i think you may be missing one! Also why is every individual post inside a content and a wrapper div? I think you've accidently put this in the loop, however maybe not and you have a reason for it!!
lol, to be honest I have no idea what I'm doing. I'm running CSS, and using WordPress. I'll look into the extra </div>
Wow, this is really weird. So I was able to fix my individual pages by adding an extra </div>...so if you go to any individual post, or say "Contest" page, everything looks fine, the sidebar is fine. But if you go on my main home page, the sidebar still gets stuck at the bottom right!
Hey nice once, now try to add it to your main index page, by opening index.php inside your template files and add a <div> right before the get_sidebar at the bottom of the page. Also your page takes a long time to load and freezes my FF for a while, you might want to get that looked in to!!
</div><!-- content --> <div> <?php get_sidebar(); ?> <?php get_footer(); ?> Do you mean this? Doesn`t seem to work. Thanks for all your help though! And ya, it seems to load slowly on FireFox but quickly on IE, I will look into that after I get my sidebar fixed. I might need to lower my articles down to say 6 a page instead of 10 a page.
Ahahaha, SWEET! I got it fixed!! Thanks for all the help guys... But wait, it looks fine in IE, could someone let me know if everything looks alright in Firefox? Thanks!