Viewing 8 replies - 1 through 8 (of 8 total)
  • it is actually on single posts.

    edit style.css of your theme, find:

    .single #wrapper {
    	background: none;
    	border-left: 1px solid #363430;
    	border-right: 1px solid #363430;
    }

    remove

    border-left: 1px solid #363430;
    border-right: 1px solid #363430;

    the extra borders on the single post are ‘squeezing’ the space too much for the sidebar to fit beside the content.

    Thread Starter swami12

    (@swami12)

    PERFECT. Thanks!!

    Any idea where the comment_form p.form-allowed-tags can be removed?

    thank you VERY much.

    http://wordpress.org/support/topic/remove-you-may-use-html-tags-and-attributes-from-comment-area?replies=3

    the threads are for Twenty Ten, but should also generally work for themes that use ‘comment_form()’ in comments.php

    Thread Starter swami12

    (@swami12)

    Well, I tried replacing the comment_form code with the default in comments.php, but is still displaying.
    I used:
    <?php comment_form(); ?>

    try and replace this:

    <?php comment_form(); ?>

    with:

    <?php comment_form(array('comment_notes_after' => '')); ?>

    Thread Starter swami12

    (@swami12)

    I forgot to mention that I tried that one too. Gave it another shot but no success.

    🙁

    Thread Starter swami12

    (@swami12)

    I went and downloaded a fresh version of the theme and reloaded the comments.php file. Now it is not showing the html area so thats weird.

    Thread Starter swami12

    (@swami12)

    alchymyth:

    You are obviously good at troubleshooting css.

    Can you tell me why the sidebar overlaps the content in IE6 and IE7 (oh, how we love IE )? Also the text inside the table of images is wrapping funny.

    http://www.alteregomexicana.com

    There is a conditional IE style sheet that maybe could be modified…. maybe widen the content.widecolumn?

    THANK YOU!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Sidebar moves down on archives page’ is closed to new replies.