Wordpress Theme break only one page..

10 replies
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.
#break #page #theme #wordpress
  • Profile picture of the author kengary
    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.
    {{ DiscussionBoard.errors[836195].message }}
  • Profile picture of the author kengary
    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.
    {{ DiscussionBoard.errors[836502].message }}
  • Profile picture of the author Elzarie
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[837440].message }}
    • Profile picture of the author kengary
      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.
      {{ DiscussionBoard.errors[838580].message }}

Trending Topics