• Hello, my name is Robbi and I am having an issue with my sidebar. It seems to display fine when I got directly to the page, but when I click the blog title, the menu drops to the bottom of the page. There seems to be no difference in code, but I cannot get this issue resolved. The funny thing about this issue, is that it only happens when someone clicks the blog title when they are not logged in. If they are logged it, the sidebar remains next to the content body.

    Any assistance would be greatly appreciated.

    The link is: Core One Solutions

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have code errors that need fixing. You have misplaced added code between your <html> and <head>.

    Sidebar (or other div) drop may be caused by:

    • Unclosed div tags and other code errors
    • Too wide content (images, videos, tables, etc.)
    • CSS editing mistakes
    • A badly designed theme

    Your page source is a mess of incorrect CSS form. You for some reason have 2 separate “Styles” declared – both of which are commented out.

    <style type="text/css">
    <!--
    .style11 {	font-size: 12px
    }
    .style12 {color: #FFFFFF}
    .style13 {	font-size: 12px;
    	color: #FFFFFF;
    }
    .style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #00FFFF; }
    -->
    </style>
    <style type="text/css">
    <!--
    .style14 {font-size: 14px}
    -->
    </style>

    The rest of the source shows tables that are incorrect markup, improper CSS, and stuff I can’t even follow.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Issues!’ is closed to new replies.