• Resolved azarmig

    (@azarmig)


    Hi.
    I run this Farsi website: punez.nafice.com
    Recently I added some posts and now when i refresh the page, my sidebar overflows and messes us the whole thing…
    I didn’t change anything with the stylesheet or the theme…why do you guys think this happens?

    and it only happens in the Home page (index.php) and not in the single page view (single.php)…any help is really appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, according to a quick tidy check you’ve got this going on:

    Home page has 2 missing </div> tags, one of them is also missing from the single post page, the other one is only missing on the homepage.

    These divs:
    “container” is not properly closed ONLY in homepage.
    “textwidget” is not properly closed in BOTH homepage and single post pages.

    So, my best guess would be for you to close the container div. I think that might be causing this issue.

    Thread Starter azarmig

    (@azarmig)

    thank you so much for the time you put to explain that…
    i was trying to do what u told me and…i thought that i never changed anything from the theme…so it had to be from the post itself…and it was!! there was a stupid unclosed div inside the html code of the post…
    i am never going to copy paste from an html source again!!!
    thank you so much…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with layout mess up!’ is closed to new replies.