Layout problem – take a look
-
My WordPress was running fine. The layout was fine, and then all of sudden it changed. Now my blog post show up side by side and the navigation section is down at the bottom. After logging in to the admin panel, I saw the link that said a New WordPress edition was available to upgrade, so I did thinking it might solve the problem, but it did not.
Take a look http://4saleinbucks.com/wordpress
you will notice right away blogs side by side, nav at bottom of page, blogs split up, etc…
Thanks for your help in advance,
joe
-
what types of changes did you make between the time that it was “running fine” and not?
You can simply overwrite all the theme’s files to fix it, but then you might lose any customizations you might have to done to sidebar.php (if you aren’t using widgets).
T3ch33, I only made a blog post, and then it was all rearranged looking.
I’m not certain, but it could be a float/overall container width issue. It looks like your side navigations are dropping to the bottom because the width of your main content is too wide and forcing them to the bottom. That’s more of a markup issue than anything.
Part of this could be due to your “container” being 500px wide and having it inside a wrapper with set width of 900px. It doesn’t compute mathematically. Enlarge the wrapper section or reduce the container section. However, in the second scenario, you will need to reduce the size of your image as well. And remember to “pad” a little extra in your numbers to allow for the IE offset bug.
A.
The topic ‘Layout problem – take a look’ is closed to new replies.