• Resolved chitimeadmin

    (@chitimeadmin)


    My site is at https://www.timeforchi.com, and I am still fiddling with trying to call in a links page separately from the navigation and suddenly my lower half of page, everything below the header has shifted to the left, header is still centered. I have no idea why this happened or where it’s coming from: index.php, page.php, sidebar.php (located in the header). I didn’t fiddle with the stylesheet today so it can’t be that. I am using clean-blue theme that I have ripped apart.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your html comments are broken. The problem is around this area, if you remove the <!-- it all recenters but causes other problems. You should go over all your HTML comments above this section to make sure they are properly opened and closed.

    <!-- 
    
    <div id="content" class="widecolumn">
    
    <div class="text"><!-->

    Another way to avoid this problem is for example you’re trying to comment out the footer do this instead.

    <div id="footer" style="display:none;">

    Thread Starter chitimeadmin

    (@chitimeadmin)

    Sorry to be a pest but I was working on other problems for hours yesterday and am just getting back to this today but am unsure, as I said, which php to go to to find this problem. I will look for anything I commented out lately, but could you suggest which file? Thanks much.

    Thread Starter chitimeadmin

    (@chitimeadmin)

    Got it, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Why did half my page just shift to the left?’ is closed to new replies.