Forums

Sidebar moves down on archives page (9 posts)

  1. swami12
    Member
    Posted 1 year ago #

    Wondering why the sidebar is out of place here:
    http://www.alteregomexicana.com/archives/13

    Also would love to find a way to delete the note on HTML tags allowed below the comment box.

    Thanks for any help.

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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.

  3. swami12
    Member
    Posted 1 year ago #

    PERFECT. Thanks!!

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

    thank you VERY much.

  4. alchymyth
    The Sweeper
    Posted 1 year ago #

    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

  5. swami12
    Member
    Posted 1 year ago #

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

  6. alchymyth
    The Sweeper
    Posted 1 year ago #

    try and replace this:

    <?php comment_form(); ?>

    with:

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

  7. swami12
    Member
    Posted 1 year ago #

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

    :-(

  8. swami12
    Member
    Posted 1 year ago #

    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.

  9. swami12
    Member
    Posted 1 year ago #

    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!!!

Topic Closed

This topic has been closed to new replies.

About this Topic