Wordpress Theme break only one page..

by 10 replies
12
Trying to understand this malfunction..

One of my pages the sidebar right is floated down under everything else on the page.

It's only happening on this one post page, now I can't say that I am able to understand where I could fix this because I'm confused as to why it would only happen on that one page and not any others.

I think if i knew why it would happen I'd go have a look how to fix it.

Cheers.
#programming #break #page #theme #wordpress
  • I would be looking at the content in that post/page itself. It might have a br clear="all" somewhere or some other CSS, or a stray closing div tag or something of that nature that is breaking the template for you. Comb through the content on that page and see if something like that is there.
    • [1] reply
    • MMm, I don't see anything, I guess I don't really know what to look for.
      • [1] reply
  • I am one post away from having enough posts to be able to reply to your DM so now that I've posted this I can go answer you.

    I found out what is wrong. You are missing a
    HTML Code:
    </div>
    tag and I'll PM you with exactly where it is left out.
    • [ 1 ] Thanks
    • [1] reply
    • Yes amazing stuff thanks for your help. I guess I'll notify the plugin developer to let him know about this error.

      I have ressponded to your PM.

      Thank you.
      • [1] reply
  • Banned
    [DELETED]
    • [1] reply
    • Yeah, certainly. The problem was caused by a missing
      HTML Code:
      </div>
      tag. The improperly nested div tags caused the sidebar to appear under the content instead of where it should have. Sometimes these are tough to find. Especially when it occurs in code that is not always present on every page.

Next Topics on Trending Feed