• In IE, the content for the sidebar is aligning to the bottom of the page: http://www.moplants.com/blog/, but only on the main page, not on archive pages. (default theme)

    I’ve looked for any content in the page div that might be too wide, but haven’t found anything amiss. Do you have any suggestions or ideas about what might be causing this?

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try changing

    #content {
    font-size: 1.2em
    }

    to:

    #content {
    font-size: 1.2em
    overflow:hidden;
    }

    i.m new in wordpress.. i have same problem as above..
    my question : where to change above file?

    is it at theme editor?
    but ahat file

    * Stylesheet
    * Sidebar
    * Main Index Template
    * Comments
    * Search Results
    * post.php
    * Page Template
    * date.php
    * Footer
    * Category Template
    * Single Post
    * Header

    i.m new in wordpress.. i have same problem as above..
    my question : where to change above file?

    is it at theme editor?
    but ahat file

    * Stylesheet
    * Sidebar
    * Main Index Template
    * Comments
    * Search Results
    * post.php
    * Page Template
    * date.php
    * Footer
    * Category Template
    * Single Post
    * Header

    You need to learn this:
    http://codex.wordpress.org/Using_Themes

    Also, avoid the theme editor, use only in emergencies. Use ftp and a text-editor.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘sidebar content bottom aligned in IE’ is closed to new replies.